Home
last modified time | relevance | path

Searched defs:pathname (Results 1 - 25 of 131) sorted by relevance

123456

/third_party/musl/libc-test/src/functionalext/supplement/stat/
H A Dmknod.c28 char pathname[PATH_MAX] = "/dev/zero"; in mknod_0100() local
/third_party/musl/compat/time32/
H A Dfutimesat_time32.c7 int __futimesat_time32(int dirfd, const char *pathname, const struct timeval32 times32[2]) in __futimesat_time32() argument
/third_party/musl/libc-test/src/functionalext/supplement/unistd/
H A Dlchown.c29 char pathname[PATH_MAX] = {0}; in lchown_0100() local
/third_party/NuttX/fs/driver/
H A Dfs_findblockdriver.c58 int find_blockdriver(const char *pathname, int mountflags, struct Vnode **vpp) in find_blockdriver() argument
H A Dfs_openblockdriver.c62 int open_blockdriver(const char *pathname, int mountflags, in open_blockdriver() argument
[all...]
/third_party/ltp/include/lapi/
H A Dexecveat.h14 static inline int execveat(int dirfd, const char *pathname, in execveat() argument
H A Dfaccessat.h16 int faccessat2(int dirfd, const char *pathname, int mode, int flags) in faccessat2() argument
H A Dreadlinkat.h14 static inline int readlinkat(int dirfd, const char *pathname, in readlinkat() argument
H A Dname_to_handle_at.h18 static inline int name_to_handle_at(int dfd, const char *pathname, in name_to_handle_at() argument
35 allocate_file_handle(int dfd, const char *pathname) in allocate_file_handle() argument
/third_party/musl/src/stat/
H A Dfutimesat.c7 int __futimesat(int dirfd, const char *pathname, const struct timeval times[2]) in __futimesat() argument
/third_party/musl/src/linux/
H A Dname_to_handle_at.c5 int name_to_handle_at(int dirfd, const char *pathname, in name_to_handle_at() argument
H A Dinotify.c18 int inotify_add_watch(int fd, const char *pathname, uint32_t mask) in inotify_add_watch() argument
H A Dfanotify.c9 fanotify_mark(int fanotify_fd, unsigned flags, unsigned long long mask, int dfd, const char *pathname) fanotify_mark() argument
/third_party/musl/porting/liteos_a/user/src/time/
H A D__map_file.c7 const char unsigned *__map_file(const char *pathname, size_t *size) in __map_file() argument
/third_party/ltp/testcases/kernel/syscalls/openat/
H A Dopenat.h29 int openat(int dirfd, const char *pathname, int flags, mode_t mode) in openat() argument
/third_party/NuttX/drivers/pipes/
H A Dfifo.c96 int mkfifo(const char *pathname, mode_t mode) in mkfifo() argument
/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-filepath.h74 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() argument
[all...]
/third_party/NuttX/fs/vfs/
H A Dfs_mkdir.c38 int do_mkdir(int dirfd, const char *pathname, mode_t mode) in do_mkdir() argument
168 int mkdir(const char *pathname, mode_t mode) in mkdir() argument
180 int mkdirat(int dirfd, const char *pathname, mode_t mode) in mkdirat() argument
H A Dfs_rmdir.c91 int do_rmdir(int dirfd, const char *pathname) in do_rmdir() argument
195 int rmdir(const char *pathname) in rmdir() argument
H A Dfs_readlink.c101 ssize_t readlink(const char *pathname, char *buf, size_t bufsize) in readlink() argument
106 ssize_t readlinkat(int dirfd, const char *pathname, char *buf, size_t bufsize) in readlinkat() argument
H A Dfs_unlink.c72 int do_unlink(int dirfd, const char *pathname) in do_unlink() argument
163 int unlink(const char *pathname) in unlink() argument
176 int unlinkat(int dirfd, const char *pathname, int flag) in unlinkat() argument
/third_party/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-filepath.h67 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() argument
[all...]
/third_party/node/deps/googletest/include/gtest/internal/
H A Dgtest-filepath.h74 explicit FilePath(const std::string& pathname) : pathname_(pathname) { in FilePath() argument
[all...]
/third_party/ltp/testcases/kernel/syscalls/open_tree/
H A Dopen_tree02.c15 const char *pathname; member
/third_party/ltp/testcases/kernel/syscalls/utime/
H A Dutime06.c34 char *pathname; member

Completed in 5 milliseconds

123456