Home
last modified time | relevance | path

Searched refs:pathnames (Results 1 – 25 of 83) sorted by relevance

1234

/external/skia/tools/skpbench/
D_os_path.py9 def join(*pathnames): argument
10 return path.join(*pathnames)
16 pathnames = list()
20 pathnames.extend(glob.iglob(path.join(skp, '*.skp')))
21 pathnames.extend(glob.iglob(path.join(skp, '*.mskp')))
23 pathnames.append(skp)
24 return pathnames
D_adb_path.py16 def join(*pathnames): argument
17 return '/'.join(pathnames)
/external/skqp/tools/skpbench/
D_os_path.py9 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.py16 def join(*pathnames): argument
17 return '/'.join(pathnames)
/external/lzma/CPP/7zip/UI/GUI/
DExtract.rc24 IDS_EXTRACT_PATHS_FULL "Full pathnames"
25 IDS_EXTRACT_PATHS_NO "No pathnames"
26 IDS_EXTRACT_PATHS_ABS "Absolute pathnames"
27 IDS_PATH_MODE_RELAT "Relative pathnames"
/external/e2fsprogs/tests/f_dup4/
Dname1 find all directory pathnames
/external/python/cpython2/Doc/library/
Dmacostools.rst12 Macintosh. All file parameters can be specified as pathnames, :class:`FSRef` or
41 *src* and *dst* should be specified as pathnames.
91 All file and folder parameters can be specified either as full pathnames, or as
Dmacpath.rst10 module. It can be used to manipulate old-style Macintosh pathnames on Mac OS X
Dglob.rst14 The :mod:`glob` module finds all the pathnames matching a specified pattern
Dos.path.rst5 :synopsis: Operations on pathnames.
9 This module implements some useful functions on pathnames. To read or
15 On Windows, many of these functions do not properly support UNC pathnames.
/external/squashfs-tools/squashfs-tools/
Dunsquashfs.c1388 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 …]
Dunsquashfs.h223 struct pathnames { struct
Dmksquashfs.c214 struct pathnames { struct
220 struct pathnames *paths = NULL; argument
223 int excluded(char *name, struct pathnames *paths, struct pathnames **new);
333 struct dir_info *dir_scan1(char *, char *, struct pathnames *,
3566 struct pathnames *paths, in dir_scan1()
3581 struct pathnames *new = NULL; in dir_scan1()
4710 struct pathnames *add_subdir(struct pathnames *paths, struct pathname *path) in add_subdir()
4715 paths = realloc(paths, sizeof(struct pathnames) + in add_subdir()
4727 int excluded_match(char *name, struct pathname *path, struct pathnames **new) in excluded_match()
4755 int excluded(char *name, struct pathnames *paths, struct pathnames **new) in excluded()
/external/emma/core/java12/com/vladium/util/
DFiles.java94 final Set /* String */ pathnames = new HashSet (path.length); in pathToFiles() local
110 if (pathnames.add (pathname)) in pathToFiles()
/external/clang/test/Modules/
Ddependency-dump-dependent-module.m20 // We should make Win32/Path.inc capable of long pathnames with '\\?\'.
/external/e2fsprogs/doc/RelNotes/
Dv1.14.txt13 pathnames using '^' and 'M-' notation.
/external/llvm-project/llvm/docs/CommandGuide/
Dllvm-config.rst80 without **-l** or pathnames. Useful for linking against a not-yet-installed
/external/llvm/docs/CommandGuide/
Dllvm-config.rst111 without **-l** or pathnames. Useful for linking against a not-yet-installed
/external/ppp/pppd/
DMakefile.linux19 ipxcp.h lcp.h magic.h md5.h patchlevel.h pathnames.h pppd.h \
/external/python/cpython3/Doc/library/
Dos.path.rst5 :synopsis: Operations on pathnames.
14 This module implements some useful functions on pathnames. To read or
91 and relative pathnames, the *paths* are on the different drives or
Dglob.rst21 The :mod:`glob` module finds all the pathnames matching a specified pattern
/external/ltp/
DINSTALL66 errors resulting from non-sane pathnames, because it would introduce unneeded
73 and source pathnames.
/external/openssh/
D.depend15 …ep.h entropy.h packet.h openbsd-compat/sys-queue.h dispatch.h uidswap.h pathnames.h log.h misc.h s…
22 …at.h sshkey.h hostfile.h auth.h auth-pam.h audit.h loginrec.h canohost.h monitor_wrap.h pathnames.h
28 …onf.h compat.h sshkey.h hostfile.h auth.h auth-pam.h audit.h loginrec.h pathnames.h uidswap.h auth…
30 …onf.h compat.h sshkey.h hostfile.h auth.h auth-pam.h audit.h loginrec.h pathnames.h ssherr.h monit…
36 …cket.h dispatch.h log.h misc.h channels.h compat.h canohost.h sshkey.h authfd.h pathnames.h match.h
89 …tep.h entropy.h openbsd-compat/sys-queue.h xmalloc.h log.h ssh.h ssh2.h pathnames.h misc.h match.h…
99 …er.h cipher-chachapoly.h chacha.h poly1305.h cipher-aesctr.h rijndael.h pathnames.h log.h sshkey.h…
101 …mpat/port-uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h misc.h pathnames.h log.h ssh.h ui…
112 …uw.h openbsd-compat/bsd-nextstep.h entropy.h xmalloc.h ssh.h atomicio.h pathnames.h log.h misc.h p…
113 …t/sys-queue.h xmalloc.h ssh.h log.h sshbuf.h misc.h servconf.h compat.h pathnames.h cipher.h ciphe…
[all …]
/external/igt-gpu-tools/
Dmeson.build259 # libdir and bindir are pathnames relative to prefix. meson
/external/python/cpython2/Doc/distutils/
Dsetupscript.rst43 Note that any pathnames (files or directories) supplied in the setup script
49 pathnames in this document are slash-separated.
51 This, of course, only applies to pathnames given to Distutils functions. If

1234