Home
last modified time | relevance | path

Searched defs:fullpath (Results 1 – 25 of 33) sorted by relevance

12

/third_party/python/Tools/scripts/
Dpysource.py33 def _open(fullpath): argument
50 def has_python_ext(fullpath): argument
53 def looks_like_python(fullpath): argument
74 def can_be_compiled(fullpath): argument
Dfindnocoding.py52 def needs_declaration(fullpath): argument
/third_party/rust/crates/nix/test/
Dtest_stat.rs177 let fullpath = tempdir.path().join(filename); in test_fchmodat() localVariable
227 let fullpath = tempdir.path().join("file"); in test_utimes() localVariable
246 let fullpath = tempdir.path().join("symlink"); in test_lutimes() localVariable
272 let fullpath = tempdir.path().join("file"); in test_futimens() localVariable
288 let fullpath = tempdir.path().join(filename); in test_utimensat() localVariable
/third_party/NuttX/fs/vfs/
Dfs_symlink.c36 int follow_symlink(int dirfd, const char *path, struct Vnode **vnode, char **fullpath) in follow_symlink()
97 char *fullpath = NULL; in do_symlink() local
Dfs_open.c115 static int do_creat(struct Vnode *parentNode, char *fullpath, mode_t mode, struct Vnode **node) in do_creat()
152 char *fullpath = NULL; in fp_open() local
Dfs_readlink.c38 char *fullpath = NULL; in do_readlink() local
Dfs_rmdir.c94 char *fullpath = NULL; in do_rmdir() local
Dfs_unlink.c77 char *fullpath = NULL; in do_unlink() local
Dfs_mkdir.c44 char *fullpath = NULL; in do_mkdir() local
/third_party/node/test/parallel/
Dtest-fs-readdir-ucs2.js16 const fullpath = Buffer.concat([root, filebuff]); constant
/third_party/node/deps/v8/tools/dev/
Dgen-tags.py60 def Exclude(fullpath, exclude_arches): argument
/third_party/NuttX/fs/dirent/
Dfs_opendir.c161 char *fullpath = NULL; in do_opendir() local
/third_party/toybox/porting/liteos_a/toys/posix/
Drm.c30 char *fullpath = NULL; in toybox_cmd_do_rmdir() local
/third_party/ffmpeg/libavutil/tests/
Davstring.c28 char *fullpath, *ptr; in main() local
/third_party/ltp/testcases/kernel/controllers/libcontrollers/
Dlibcontrollers.c38 char fullpath[PATH_MAX]; variable
/third_party/python/Python/
Dpathconfig.c638 wchar_t fullpath[MAXPATHLEN]; in _PyPathConfig_ComputeSysPath0() local
640 wchar_t fullpath[MAX_PATH]; in _PyPathConfig_ComputeSysPath0() local
/third_party/NuttX/drivers/usbdev/gadget/
Df_mass_storage_ram.c221 char *fullpath = NULL; in ram_mass_storage_deinit() local
/third_party/node/deps/openssl/openssl/apps/
Drehash.c195 static int handle_symlink(const char *filename, const char *fullpath) in handle_symlink()
234 static int do_file(const char *filename, const char *fullpath, enum Hash h) in do_file()
/third_party/openssl/apps/
Drehash.c198 static int handle_symlink(const char *filename, const char *fullpath) in handle_symlink()
237 static int do_file(const char *filename, const char *fullpath, enum Hash h) in do_file()
/third_party/node/deps/npm/node_modules/path-scurry/dist/mjs/
Dindex.js259 #fullpath; field in PathBase
400 fullpath, property
448 fullpath() { method in PathBase
1333 fullpath: (abs += (sawFirst ? '' : joinSep) + part), property
/third_party/node/deps/npm/node_modules/path-scurry/dist/cjs/
Dindex.js287 #fullpath; field in PathBase
428 fullpath, property
476 fullpath() { method in PathBase
1364 fullpath: (abs += (sawFirst ? '' : joinSep) + part), property
/third_party/python/Lib/
Dzipimport.py635 def _unmarshal_code(self, pathname, fullpath, fullname, data): argument
/third_party/ffmpeg/libavformat/
Dfile.c291 char *fullpath = NULL; in file_read_dir() local
/third_party/ffmpeg/libavutil/
Davstring.c310 char *fullpath; in av_append_path_component() local
/third_party/FreeBSD/sbin/fsck_msdosfs/
Ddir.c162 fullpath(struct dosDirEntry *dir) in fullpath() function

12