| /src/external/apache2/llvm/dist/libcxx/utils/libcxx/test/ |
| googlebenchmark.py | 76 dir_path = os.path.join(source_path, subdir) 77 if not os.path.isdir(dir_path): 79 for fn in lit.util.listdir_files(dir_path,
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/formats/ |
| googletest.py | 96 dir_path = os.path.join(source_path, subdir) 97 if not os.path.isdir(dir_path): 99 for fn in lit.util.listdir_files(dir_path,
|
| /src/external/apache2/llvm/dist/llvm/utils/lit/lit/builtin_commands/ |
| diff.py | 107 def printDirVsFile(dir_path, file_path): 112 sys.stdout.write(msg % (dir_path, file_path) + "\n") 114 def printFileVsDir(file_path, dir_path): 119 sys.stdout.write(msg % (file_path, dir_path) + "\n")
|
| /src/external/bsd/am-utils/dist/fixmount/ |
| fixmount.c | 62 static char dir_path[NFS_MAXPATHLEN]; variable 158 char *pathp = dir_path; 160 xstrlcpy(dir_path, ml->ml_directory, sizeof(dir_path));
|
| /src/external/bsd/openldap/dist/servers/slapd/overlays/ |
| homedir.c | 579 grab_names( const char *dir_path, name_list **names, void *ctx ) 588 assert( dir_path != NULL ); 593 "grab_names: %s\n", dir_path ); 596 dir_path_len = strlen( dir_path ); 600 dir = opendir( dir_path ); 602 report_errno( "grab_names", "opendir", dir_path ); 635 dir_path, entry->d_name ); 670 dir_path, rc );
|
| /src/external/mit/libuv/dist/src/win/ |
| process.c | 340 const WCHAR *dir_start, *dir_end, *dir_path; local 420 dir_path = dir_start; 424 if (dir_path[0] == '"' || dir_path[0] == '\'') { 425 ++dir_path; 429 if (dir_path[dir_len - 1] == '"' || dir_path[dir_len - 1] == '\'') { 433 result = path_search_walk_ext(dir_path, dir_len,
|
| /src/external/mpl/bind/dist/bin/tests/system/ |
| conftest.py | 412 dir_path = Path(dcmp.left).relative_to(source_dir) 414 file = dir_path / Path(name)
|
| /src/external/cddl/osnet/dist/lib/libdtrace/common/ |
| dt_options.c | 315 (dp->dir_path = strdup(arg)) == NULL) { 505 free(dp->dir_path); 506 dp->dir_path = path;
|
| dt_pragma.c | 219 (void) snprintf(lib, len, "%s/%s", dirp->dir_path, lname);
|
| dt_impl.h | 218 char *dir_path; /* directory pathname */ member in struct:dt_dirpath
|
| dt_cc.c | 2369 if (dt_load_libs_dir(dtp, dirp->dir_path) != 0) { 2377 if (dt_load_libs_dir(dtp, dirp->dir_path) != 0) {
|
| dt_link.c | 1888 (void) snprintf(drti, sizeof (drti), "%s/drti.o", dp->dir_path);
|
| dt_open.c | 1780 free(dirp->dir_path);
|
| /src/external/apache2/llvm/dist/clang/utils/analyzer/ |
| SATestBuild.py | 844 for dir_path, _, filenames in os.walk(output_dir): 849 plist = os.path.join(dir_path, filename)
|