/third_party/python/Tools/scripts/ |
D | pysource.py | 33 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
|
D | findnocoding.py | 52 def needs_declaration(fullpath): argument
|
/third_party/NuttX/fs/vfs/ |
D | fs_symlink.c | 36 int follow_symlink(int dirfd, const char *path, struct Vnode **vnode, char **fullpath) in follow_symlink() 97 char *fullpath = NULL; in do_symlink() local
|
D | fs_open.c | 112 static int do_creat(struct Vnode *parentNode, char *fullpath, mode_t mode, struct Vnode **node) in do_creat() 149 char *fullpath = NULL; in fp_open() local
|
D | fs_readlink.c | 38 char *fullpath = NULL; in do_readlink() local
|
D | fs_rmdir.c | 94 char *fullpath = NULL; in do_rmdir() local
|
D | fs_unlink.c | 77 char *fullpath = NULL; in do_unlink() local
|
D | fs_mkdir.c | 44 char *fullpath = NULL; in do_mkdir() local
|
/third_party/glib/gio/inotify/ |
D | inotify-helper.c | 141 char *fullpath; in _ih_fullpath_from_event() local 181 gchar *fullpath; in ih_event_callback() local
|
/third_party/flutter/skia/third_party/externals/sdl/src/filesystem/android/ |
D | SDL_sysfilesystem.c | 49 char *fullpath = (char *)SDL_malloc(pathlen); in SDL_GetPrefPath() local
|
/third_party/node/test/parallel/ |
D | test-fs-readdir-ucs2.js | 16 const fullpath = Buffer.concat([root, filebuff]); constant
|
/third_party/NuttX/fs/dirent/ |
D | fs_opendir.c | 158 char *fullpath = NULL; in do_opendir() local
|
/third_party/toybox/porting/liteos_a/toys/posix/ |
D | rm.c | 30 char *fullpath = NULL; in toybox_cmd_do_rmdir() local
|
/third_party/ffmpeg/libavutil/tests/ |
D | avstring.c | 28 char *fullpath, *ptr; in main() local
|
/third_party/flutter/skia/third_party/externals/sdl/src/filesystem/unix/ |
D | SDL_sysfilesystem.c | 83 char fullpath[PATH_MAX]; in SDL_GetBasePath() local
|
/third_party/ltp/testcases/kernel/controllers/libcontrollers/ |
D | libcontrollers.c | 38 char fullpath[PATH_MAX]; variable
|
/third_party/glib/gio/win32/ |
D | gwin32fsmonitorutils.c | 271 gchar *fullpath; in g_win32_fs_monitor_init() local
|
/third_party/python/Python/ |
D | pathconfig.c | 638 wchar_t fullpath[MAXPATHLEN]; in _PyPathConfig_ComputeSysPath0() local 640 wchar_t fullpath[MAX_PATH]; in _PyPathConfig_ComputeSysPath0() local
|
/third_party/NuttX/drivers/usbdev/gadget/ |
D | f_mass_storage_ram.c | 221 char *fullpath = NULL; in ram_mass_storage_deinit() local
|
/third_party/openssl/apps/ |
D | rehash.c | 193 static int handle_symlink(const char *filename, const char *fullpath) in handle_symlink() 232 static int do_file(const char *filename, const char *fullpath, enum Hash h) in do_file()
|
/third_party/ffmpeg/libavformat/ |
D | file.c | 292 char *fullpath = NULL; in file_read_dir() local
|
/third_party/python/Lib/ |
D | zipimport.py | 635 def _unmarshal_code(self, pathname, fullpath, fullname, data): argument
|
/third_party/ffmpeg/libavutil/ |
D | avstring.c | 307 char *fullpath; in av_append_path_component() local
|
/third_party/FreeBSD/sbin/fsck_msdosfs/ |
D | dir.c | 164 fullpath(struct dosDirEntry *dir) in fullpath() function
|
/third_party/ltp/testcases/kernel/mem/lib/ |
D | mem.c | 247 char fullpath[BUFSIZ]; in check() local
|