Home
last modified time | relevance | path

Searched defs:dirname (Results 1 – 25 of 127) sorted by relevance

123456

/third_party/python/Lib/
Dglob.py93 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/
Dstat_mkdir_test.cpp18 const char* dirname = "test_mkdir"; variable
32 const char* dirname = "test_mkdir"; variable
Dstat_fstatat_test.cpp20 const char* dirname = "test_fstatat"; variable
42 const char* dirname = "test_fstatat"; variable
Dstat_stat_test.cpp19 const char* dirname = "test_stat"; variable
Dstat_lstat_test.cpp20 const char* dirname = "test_lstat"; variable
/third_party/musl/porting/uniproton/kernel/src/misc/
Ddirname.c4 char *dirname(char *s) in dirname() function
/third_party/musl/src/misc/
Ddirname.c4 char *dirname(char *s) in dirname() function
/third_party/musl/porting/liteos_m/kernel/src/misc/
Ddirname.c4 char *dirname(char *s) in dirname() function
/third_party/node/test/es-module/
Dtest-esm-import-meta-resolve.mjs5 const dirname = import.meta.url.slice(0, import.meta.url.lastIndexOf('/') + 1); constant
/third_party/python/Tools/scripts/
Dlll.py10 def lll(dirname): argument
Dfindlinksto.py27 def visit(prog, dirname, names): argument
/third_party/python/Lib/msilib/
Dtext.py1 import msilib,os;dirname=os.path.dirname(__file__) variable
/third_party/ltp/include/lapi/
Dmkdirat.h14 static inline int mkdirat(int dirfd, const char *dirname, int mode) in mkdirat()
/third_party/ltp/testcases/network/nfs/nfs_stress/
Dnfs05_make_tree.c69 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/
Dgstwpe.cpp45 gchar *dirname = g_path_get_dirname (gst_plugin_get_filename (plugin)); in plugin_init() local
/third_party/node/test/parallel/
Dtest-require-unicode.js11 const dirname = path.join(tmpdir.path, '\u4e2d\u6587\u76ee\u5f55'); constant
Dtest-cwd-enoent.js15 const dirname = `${tmpdir.path}/cwd-does-not-exist-${process.pid}`; constant
Dtest-cwd-enoent-repl.js15 const dirname = `${tmpdir.path}/cwd-does-not-exist-${process.pid}`; constant
/third_party/skia/infra/bots/assets/win_toolchain/
Dcreate.py56 def filter_toolchain_files(dirname, files): argument
/third_party/skia/third_party/externals/angle2/scripts/
Dmsvs_projects.py27 def generate_projects(dirname): argument
/third_party/node/benchmark/
Dbar.R7 dirname = dirname(sub("--file=", "", args[grep("--file", args)])); globalVar
/third_party/typescript/src/harness/
DfindUpDir.ts2 const { join, resolve, dirname } = require("path") as typeof import("path"); constant
/third_party/musl/libc-test/src/functionalext/supplement/regex/regex_gtest/
Dregex_fnmatch_test.cpp18 const char* dirname = "test_fnmatch.txt"; variable
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitutils.c37 gst_split_util_find_files (const gchar * dirname, in gst_split_util_find_files()
/third_party/musl/src/locale/
Ddcngettext.c25 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

123456