Home
last modified time | relevance | path

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

1234567

/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/glib/gio/inotify/
Dinotify-sub.c34 dup_dirname (const gchar *dirname) in dup_dirname()
46 _ih_sub_new (const gchar *dirname, in _ih_sub_new()
/third_party/gettext/gettext-runtime/intl/
Dbindtextdom.c120 const char *dirname = *dirnamep; in gl_rwlock_define() local
266 const char *dirname = *dirnamep; in gl_rwlock_define() local
413 BINDTEXTDOMAIN (const char *domainname, const char *dirname) in BINDTEXTDOMAIN()
/third_party/glib/tests/
Ddirname-test.c59 gchar *dirname; in main() member
107 gchar *dirname; in main() local
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dgenerate_vulkan_layers_json.py19 def glob_slash(dirname): argument
Dmsvs_projects.py27 def generate_projects(dirname): argument
/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/musl/porting/uniproton/kernel/src/misc/
Ddirname.c4 char *dirname(char *s) in dirname() function
/third_party/python/Tools/scripts/
Dlll.py10 def lll(dirname): argument
Dfindlinksto.py27 def visit(prog, dirname, names): argument
/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/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/flutter/skia/infra/bots/assets/win_toolchain/
Dcreate.py43 def filter_toolchain_files(dirname, files): argument
/third_party/boost/boost/archive/
Dtmpdir.hpp33 const char *dirname; in tmpdir() 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/skia/infra/bots/assets/win_toolchain/
Dcreate.py56 def filter_toolchain_files(dirname, files): argument
/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/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/skia/third_party/externals/angle2/scripts/
Dmsvs_projects.py27 def generate_projects(dirname): argument
/third_party/boost/tools/build/test/
Dload_dir.py29 def create_file(arg, dirname, fnames): argument
/third_party/gstreamer/gstplugins_good/gst/multifile/
Dgstsplitutils.c37 gst_split_util_find_files (const gchar * dirname, in gst_split_util_find_files()

1234567