/third_party/musl/porting/liteos_a/user/src/linux/ |
H A D | utimes.c | 6 int utimes(const char *path, const struct timeval times[2]) in utimes() argument
|
/third_party/musl/porting/liteos_a/user/src/stat/ |
H A D | mknod.c | 6 int mknod(const char *path, mode_t mode, dev_t dev) in mknod() argument
|
H A D | mkfifoat.c | 4 int mkfifoat(int fd, const char *path, mode_t mode) in mkfifoat() argument
|
H A D | mkfifo.c | 4 int mkfifo(const char *path, mode_t mode) in mkfifo() argument
|
/third_party/musl/porting/liteos_a/user/src/unistd/ |
H A D | lchown.c | 6 int lchown(const char *path, uid_t uid, gid_t gid) in lchown() argument
|
/third_party/musl/src/linux/ |
H A D | chroot.c | 5 int chroot(const char *path) in chroot() argument
|
H A D | swap.c | 4 int swapon(const char *path, int flags) in swapon() argument 9 int swapoff(const char *path) in swapoff() argument
|
/third_party/musl/porting/liteos_a/user/src/time/ |
H A D | utime.c | 7 int utime(const char *path, const struct utimbuf *times) in utime() argument
|
/third_party/musl/src/process/ |
H A D | execv.c | 5 int execv(const char *path, char *const argv[]) in execv() argument
|
/third_party/musl/src/time/ |
H A D | utime.c | 7 int utime(const char *path, const struct utimbuf *times) in utime() argument
|
/third_party/musl/src/ipc/ |
H A D | ftok.c | 4 key_t ftok(const char *path, int id) in ftok() argument
|
/third_party/musl/src/unistd/ |
H A D | truncate.c | 4 int truncate(const char *path, off_t length) in truncate() argument
|
H A D | unlinkat.c | 4 int unlinkat(int fd, const char *path, int flag) in unlinkat() argument
|
/third_party/node/deps/npm/node_modules/@npmcli/installed-package-contents/lib/ |
H A D | index.js | [all...] |
/third_party/ltp/testcases/kernel/syscalls/execl/ |
H A D | execl01.c | 21 char path[512]; in verify_execl() local
|
/third_party/musl/libc-test/src/functionalext/supplement/misc/misc_gtest/ |
H A D | misc_basename_test.cpp | 18 char path[] = "/proc/version"; in HWTEST_F() local
|
H A D | misc_dirname_test.cpp | 18 char path[] = "/proc/version"; in HWTEST_F() local
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_file.h | 44 u_file_access(const char *path, int mode) { in u_file_access() argument
|
/third_party/musl/compat/time32/ |
H A D | lstat_time32.c | 9 int __lstat_time32(const char *restrict path, struct stat32 *restrict st32) in __lstat_time32() argument
|
H A D | lutimes_time32.c | 7 int __lutimes_time32(const char *path, const struct timeval32 times32[2]) in __lutimes_time32() argument
|
H A D | stat_time32.c | 9 int __stat_time32(const char *restrict path, struct stat32 *restrict st32) in __stat_time32() argument
|
H A D | utimes_time32.c | 6 int __utimes_time32(const char *path, const struct timeval32 times32[2]) in __utimes_time32() argument
|
/third_party/musl/libc-test/src/functionalext/supplement/stat/stat_gtest/ |
H A D | stat_statvfs64_test.cpp | 18 const char* path = "/"; in HWTEST_F() local
|
/third_party/musl/libc-test/src/functionalext/supplement/unistd/unistd_gtest/ |
H A D | unistd_rmdir_test.cpp | 22 const char* path = "/data/testrmdir"; in HWTEST_F() local
|
/third_party/skia/third_party/externals/brotli/scripts/dictionary/ |
H A D | step-01-download-rfc.py | 11 path = "rfc7932.txt" variable
|