Home
last modified time | relevance | path

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

12345678910>>...15

/kernel/liteos_a/testsuites/unittest/fuzz/
H A Dreadlink_fuzzer.cpp41 char *pathname = DT_SetGetBlob(&g_Element[0], LENGTH_STRING, MAXLENGTH_STRING, INITVALUE_STRING); in TestReadlink() local
H A Dreadlinkat_fuzzer.cpp43 char *pathname = DT_SetGetBlob(&g_Element[1], LENGTH_STRING, MAXLENGTH_STRING, INITVALUE_STRING); in TestReadlinkat() local
/third_party/musl/libc-test/src/functionalext/supplement/stat/
H A Dmknod.c28 char pathname[PATH_MAX] = "/dev/zero"; in mknod_0100() local
/kernel/liteos_a/fs/vfs/operation/
H A Dvfs_chattr.c58 int chattr(const char *pathname, struct IATTR *attr) in chattr() argument
/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
/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
/foundation/filemanagement/app_file_service/tests/mock/library_func_mock/
H A Dlibrary_func_mock.cpp35 int access(const char *pathname, int mode) in access() argument
43 int mkdir(const char *pathname, mode_t mode) in mkdir() argument
/kernel/linux/build/test/fuzztest/hc_node/src/
H A Dhccommon.cpp20 bool HcFuzzTest(const uint8_t *data, const char *pathname, size_t size) in HcFuzzTest() argument
/kernel/linux/build/test/fuzztest/memory/src/
H A Dmemorycommon.cpp19 bool MemoryFuzzTest(const uint8_t *data, size_t size, const char *pathname) in MemoryFuzzTest() argument
/kernel/linux/linux-5.10/drivers/acpi/acpica/
H A Dutstring.c196 void ut_convert_backslashes(char *pathname) in ut_convert_backslashes() argument
/kernel/linux/linux-6.6/drivers/acpi/acpica/
H A Dutstring.c196 void ut_convert_backslashes(char *pathname) in ut_convert_backslashes() argument
/kernel/liteos_a/testsuites/unittest/libc/io/full/
H A DIt_stdio_fwprintf_001.cpp41 char pathname[50]; // 50, path name buffer size in Testcase() local
H A DIt_stdio_getc_unlocked_001.cpp39 char pathname[50]; // 50, enough space. in Testcase() local
/third_party/NuttX/drivers/pipes/
H A Dfifo.c96 int mkfifo(const char *pathname, mode_t mode) in mkfifo() argument

Completed in 5 milliseconds

12345678910>>...15