/external/skia/tools/skpbench/ |
D | _os_path.py | 9 def join(*pathnames): argument 10 return path.join(*pathnames) 16 pathnames = list() 19 pathnames.extend(glob.iglob(path.join(skp, '*.skp'))) 21 pathnames.append(skp) 22 return pathnames
|
D | _adb_path.py | 16 def join(*pathnames): argument 17 return '/'.join(pathnames)
|
/external/lzma/CPP/7zip/UI/GUI/ |
D | Extract.rc | 18 IDS_EXTRACT_PATHS_FULL "Full pathnames" 19 IDS_EXTRACT_PATHS_NO "No pathnames" 20 IDS_EXTRACT_PATHS_ABS "Absolute pathnames" 21 IDS_PATH_MODE_RELAT "Relative pathnames"
|
/external/e2fsprogs/tests/f_dup4/ |
D | name | 1 find all directory pathnames
|
/external/squashfs-tools/squashfs-tools/ |
D | unsquashfs.c | 1388 struct pathnames *init_subdir() in init_subdir() 1390 struct pathnames *new = malloc(sizeof(struct pathnames)); in init_subdir() 1398 struct pathnames *add_subdir(struct pathnames *paths, struct pathname *path) in add_subdir() 1401 paths = realloc(paths, sizeof(struct pathnames *) + in add_subdir() 1413 void free_subdir(struct pathnames *paths) in free_subdir() 1419 int matches(struct pathnames *paths, char *name, struct pathnames **new) in matches() 1483 struct pathnames *paths) in pre_scan() 1487 struct pathnames *new; in pre_scan() 1535 struct pathnames *paths) in dir_scan() 1539 struct pathnames *new; in dir_scan() [all …]
|
D | unsquashfs.h | 223 struct pathnames { struct
|
D | mksquashfs.c | 213 struct pathnames { struct 219 struct pathnames *paths = NULL; argument 222 int excluded(char *name, struct pathnames *paths, struct pathnames **new); 320 struct dir_info *dir_scan1(char *, char *, struct pathnames *, 3522 struct pathnames *paths, in dir_scan1() 3537 struct pathnames *new = NULL; in dir_scan1() 4666 struct pathnames *add_subdir(struct pathnames *paths, struct pathname *path) in add_subdir() 4671 paths = realloc(paths, sizeof(struct pathnames) + in add_subdir() 4683 int excluded_match(char *name, struct pathname *path, struct pathnames **new) in excluded_match() 4711 int excluded(char *name, struct pathnames *paths, struct pathnames **new) in excluded()
|
/external/emma/core/java12/com/vladium/util/ |
D | Files.java | 94 final Set /* String */ pathnames = new HashSet (path.length); in pathToFiles() local 110 if (pathnames.add (pathname)) in pathToFiles()
|
/external/clang/test/Modules/ |
D | dependency-dump-dependent-module.m | 20 // We should make Win32/Path.inc capable of long pathnames with '\\?\'.
|
/external/llvm/docs/CommandGuide/ |
D | llvm-config.rst | 111 without **-l** or pathnames. Useful for linking against a not-yet-installed
|
/external/swiftshader/third_party/LLVM/docs/CommandGuide/ |
D | llvm-config.pod | 77 without B<-l> or pathnames. Useful for linking against a not-yet-installed
|
/external/ppp/pppd/ |
D | Makefile.linux | 19 ipxcp.h lcp.h magic.h md5.h patchlevel.h pathnames.h pppd.h \
|
/external/openssh/ |
D | scp.0 | 19 explicit using absolute or relative pathnames to avoid scp treating file
|
D | sftp.0 | 197 within pathnames that are recognized by glob(3) must be escaped with
|
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph/ |
D | modulegraph.py | 77 def _namespace_package_path(fqname, pathnames, path=None): argument 86 path = list(pathnames) 894 pathnames = self.nspackages.pop(name) 901 m.packagepath = _namespace_package_path(name, pathnames, self.path)
|
/external/syslinux/txt/ |
D | isolinux.txt | 78 ISOLINUX resolves pathnames the following way:
|
D | pxelinux.txt | 30 PXELINUX generally requires that full file pathnames are 127 characters or shorter in length.
|
/external/syslinux/doc/ |
D | isolinux.txt | 42 ISOLINUX resolves pathnames the following way:
|
/external/ltp/ |
D | INSTALL | 80 errors resulting from non-sane pathnames, because it would introduce unneeded 87 and source pathnames.
|
/external/swiftshader/third_party/LLVM/ |
D | Makefile.config.in | 149 # The pathnames of the programs we require to build
|
/external/ltp/tools/netpipe-2.4-ipv6/ |
D | README | 72 library & include file pathnames if you have these communication
|
/external/ltp/tools/netpipe-2.4/ |
D | README | 72 library & include file pathnames if you have these communication
|
/external/e2fsprogs/ |
D | TODO | 203 1) Make debugfs's "ncheck <inode>" command list all of the pathnames
|
/external/curl/docs/ |
D | KNOWN_BUGS | 434 Unix pathnames may not contain NUL).
|
/external/vulkan-validation-layers/loader/ |
D | LoaderAndLayerInterface.md | 386 path of the manifest file. Relative pathnames are those that do not start with 497 relative to the path of the info file. Relative pathnames are those that do not 500 relative pathnames.
|