/third_party/python/Lib/ |
D | glob.py | 93 def _glob1(dirname, pattern, dir_fd, dironly): argument 99 def _glob0(dirname, basename, dir_fd, dironly): argument 112 def glob0(dirname, pattern): argument 115 def glob1(dirname, pattern): argument 121 def _glob2(dirname, pattern, dir_fd, dironly): argument 128 def _iterdir(dirname, dir_fd, dironly): argument 162 def _listdir(dirname, dir_fd, dironly): argument 167 def _rlistdir(dirname, dir_fd, dironly): argument 199 def _join(dirname, basename): argument
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/ |
D | stat_mkdir_test.cpp | 18 const char* dirname = "test_mkdir"; variable 32 const char* dirname = "test_mkdir"; variable
|
D | stat_fstatat_test.cpp | 20 const char* dirname = "test_fstatat"; variable 42 const char* dirname = "test_fstatat"; variable
|
D | stat_stat_test.cpp | 19 const char* dirname = "test_stat"; variable
|
D | stat_lstat_test.cpp | 20 const char* dirname = "test_lstat"; variable
|
/third_party/musl/porting/uniproton/kernel/src/misc/ |
D | dirname.c | 4 char *dirname(char *s) in dirname() function
|
/third_party/musl/src/misc/ |
D | dirname.c | 4 char *dirname(char *s) in dirname() function
|
/third_party/musl/porting/liteos_m/kernel/src/misc/ |
D | dirname.c | 4 char *dirname(char *s) in dirname() function
|
/third_party/node/test/es-module/ |
D | test-esm-import-meta-resolve.mjs | 5 const dirname = import.meta.url.slice(0, import.meta.url.lastIndexOf('/') + 1); constant
|
/third_party/python/Tools/scripts/ |
D | lll.py | 10 def lll(dirname): argument
|
D | findlinksto.py | 27 def visit(prog, dirname, names): argument
|
/third_party/python/Lib/msilib/ |
D | text.py | 1 import msilib,os;dirname=os.path.dirname(__file__) variable
|
/third_party/ltp/include/lapi/ |
D | mkdirat.h | 14 static inline int mkdirat(int dirfd, const char *dirname, int mode) in mkdirat()
|
/third_party/ltp/testcases/network/nfs/nfs_stress/ |
D | nfs05_make_tree.c | 69 static void run_targets(const char *dirname, char *cfile, pid_t tid) in run_targets() 129 char *dirname; in thread_fn() local
|
/third_party/gstreamer/gstplugins_bad/ext/wpe/ |
D | gstwpe.cpp | 45 gchar *dirname = g_path_get_dirname (gst_plugin_get_filename (plugin)); in plugin_init() local
|
/third_party/node/test/parallel/ |
D | test-require-unicode.js | 11 const dirname = path.join(tmpdir.path, '\u4e2d\u6587\u76ee\u5f55'); constant
|
D | test-cwd-enoent.js | 15 const dirname = `${tmpdir.path}/cwd-does-not-exist-${process.pid}`; constant
|
D | test-cwd-enoent-repl.js | 15 const dirname = `${tmpdir.path}/cwd-does-not-exist-${process.pid}`; constant
|
/third_party/skia/infra/bots/assets/win_toolchain/ |
D | create.py | 56 def filter_toolchain_files(dirname, files): argument
|
/third_party/skia/third_party/externals/angle2/scripts/ |
D | msvs_projects.py | 27 def generate_projects(dirname): argument
|
/third_party/node/benchmark/ |
D | bar.R | 7 dirname = dirname(sub("--file=", "", args[grep("--file", args)])); globalVar
|
/third_party/typescript/src/harness/ |
D | findUpDir.ts | 2 const { join, resolve, dirname } = require("path") as typeof import("path"); constant
|
/third_party/musl/libc-test/src/functionalext/supplement/regex/regex_gtest/ |
D | regex_fnmatch_test.cpp | 18 const char* dirname = "test_fnmatch.txt"; variable
|
/third_party/gstreamer/gstplugins_good/gst/multifile/ |
D | gstsplitutils.c | 37 gst_split_util_find_files (const gchar * dirname, in gst_split_util_find_files()
|
/third_party/musl/src/locale/ |
D | dcngettext.c | 25 char *dirname; member 46 char *bindtextdomain(const char *domainname, const char *dirname) in bindtextdomain() 162 const char *dirname, *locname, *catname, *modname, *locp; in dcngettext() local
|