Home
last modified time | relevance | path

Searched refs:pathname (Results 151 - 175 of 283) sorted by relevance

12345678910>>...12

/third_party/ltp/testcases/kernel/syscalls/mknod/
H A Dmknod07.c29 * 3) mknod(2) returns -1 and sets errno to EROFS if pathname refers to
32 * links were encountered in resolving pathname.
70 char *pathname; member
154 TEST(mknod(test_case->pathname, test_case->mode, in mknod_verify()
/third_party/ltp/testcases/kernel/syscalls/openat2/
H A Dopenat201.c20 const char *pathname; member
71 TEST(fd = openat2(*tc->dfd, tc->pathname, myhow, tc->size)); in run()
H A Dopenat203.c18 const char *pathname; member
27 {"invalid-pathname", AT_FDCWD, NULL, O_RDONLY | O_CREAT, S_IRUSR, 0, &how, sizeof(*how), EFAULT},
52 TEST(openat2(tc->dfd, tc->pathname, myhow, tc->size)); in run()
/third_party/NuttX/fs/vfs/include/
H A Dfile.h509 int vfs_normalize_path(const char *directory, const char *filename, char **pathname);
510 int vfs_normalize_pathat(int fd, const char *filename, char **pathname);
/third_party/node/deps/npm/node_modules/@npmcli/map-workspaces/lib/
H A Dindex.js43 function getPackageName (pkg, pathname) {
45 return name || getName(pathname)
178 // uses a pathname-keyed map in order to negate the exact items
207 // Invert pathname-keyed to a proper name-to-pathnames Map
/third_party/ltp/testcases/kernel/io/aio/
H A Daio02.c106 static int io_tio(char *pathname, int flag, int operation) in io_tio() argument
119 fd = SAFE_OPEN(pathname, flag, S_IRUSR | S_IWUSR | S_IRGRP | S_IROTH); in io_tio()
/third_party/python/Tools/wasm/
H A Dwasm_assets.py152 pathname = pathlib.Path(filename).resolve()
153 return pathname not in args.omit_files_absolute
/third_party/python/Python/
H A Dimportdl.c21 PyObject *pathname,
26 const char *pathname, FILE *fp);
/vendor/hisilicon/hispark_aries/hals/security/permission_lite/
H A Dhal_pms.c159 int HalAccess(const char *pathname) in HalAccess() argument
161 return access(pathname, F_OK); in HalAccess()
/vendor/hisilicon/hispark_taurus/hals/security/permission_lite/
H A Dhal_pms.c159 int HalAccess(const char *pathname) in HalAccess() argument
161 return access(pathname, F_OK); in HalAccess()
/vendor/hisilicon/hispark_taurus_linux/hals/security/permission_lite/
H A Dhal_pms.c159 int HalAccess(const char *pathname) in HalAccess() argument
161 return access(pathname, F_OK); in HalAccess()
/vendor/hisilicon/hispark_taurus_mini_system/hals/security/permission_lite/
H A Dhal_pms.c159 int HalAccess(const char *pathname) in HalAccess() argument
161 return access(pathname, F_OK); in HalAccess()
/vendor/ohemu/qemu_small_system_demo/hals/security/permission_lite/
H A Dhal_pms.c161 int HalAccess(const char *pathname) in HalAccess() argument
163 return access(pathname, F_OK); in HalAccess()
/third_party/rust/crates/libc/src/
H A Dwasi.rs611 pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int, ...) -> ::c_int; in openat()
614 pathname: *const ::c_char, in fstatat()
625 pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_char, mode: ::mode_t) -> ::c_int; in mkdirat()
628 pathname: *const ::c_char, in readlinkat()
643 pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int) -> ::c_int; in unlinkat()
700 pathname: *const ::c_char, in faccessat()
791 pub fn __wasilibc_access(pathname: *const c_char, mode: c_int, flags: c_int) -> c_int; in __wasilibc_access()
792 pub fn __wasilibc_stat(pathname: *const c_char, buf: *mut stat, flags: c_int) -> c_int; in __wasilibc_stat()
794 pathname: *const c_char, in __wasilibc_utimens()
/third_party/libbpf/src/
H A Dbpf.h297 LIBBPF_API int bpf_obj_pin(int fd, const char *pathname);
298 LIBBPF_API int bpf_obj_pin_opts(int fd, const char *pathname,
311 LIBBPF_API int bpf_obj_get(const char *pathname);
312 LIBBPF_API int bpf_obj_get_opts(const char *pathname,
/third_party/ltp/lib/
H A Dtst_safe_macros.c24 const char *pathname, int mode) in safe_access()
28 rval = access(pathname, mode); in safe_access()
32 "access(%s,%d) failed", pathname, mode); in safe_access()
35 "Invalid access(%s,%d) return value %d", pathname, in safe_access()
23 safe_access(const char *file, const int lineno, const char *pathname, int mode) safe_access() argument
/third_party/node/deps/undici/src/lib/core/
H A Dutil.js75 if (url.pathname != null && typeof url.pathname !== 'string') {
76 throw new InvalidArgumentError('Invalid URL pathname: the pathname must be a string or null/undefined.')
95 : `${url.pathname || ''}${url.search || ''}`
117 if (url.pathname !== '/' || url.search || url.hash) {
/third_party/node/test/fixtures/wpt/common/
H A Dmedia.js47 var extension = new URL(url, location).pathname.split(".").pop();
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/
H A Dzip.c849 extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def) in zipOpen3() argument
863 pathname, in zipOpen3()
920 extern zipFile ZEXPORT zipOpen2 (const char *pathname, int append, zipcharpc* globalcomment, zlib_filefunc_def* pzlib_filefunc32_def) in zipOpen2() argument
926 return zipOpen3(pathname, append, globalcomment, &zlib_filefunc64_32_def_fill); in zipOpen2()
929 return zipOpen3(pathname, append, globalcomment, NULL); in zipOpen2()
932 extern zipFile ZEXPORT zipOpen2_64 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_def* pzlib_filefunc_def) in zipOpen2_64() argument
940 return zipOpen3(pathname, append, globalcomment, &zlib_filefunc64_32_def_fill); in zipOpen2_64()
943 return zipOpen3(pathname, append, globalcomment, NULL); in zipOpen2_64()
948 extern zipFile ZEXPORT zipOpen (const char* pathname, int append) in zipOpen() argument
950 return zipOpen3((const void*)pathname,appen in zipOpen()
953 zipOpen64(const void* pathname, int append) zipOpen64() argument
[all...]
/third_party/skia/third_party/externals/zlib/contrib/minizip/
H A Dzip.c849 extern zipFile ZEXPORT zipOpen3 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def) in zipOpen3() argument
863 pathname, in zipOpen3()
920 extern zipFile ZEXPORT zipOpen2 (const char *pathname, int append, zipcharpc* globalcomment, zlib_filefunc_def* pzlib_filefunc32_def) in zipOpen2() argument
926 return zipOpen3(pathname, append, globalcomment, &zlib_filefunc64_32_def_fill); in zipOpen2()
929 return zipOpen3(pathname, append, globalcomment, NULL); in zipOpen2()
932 extern zipFile ZEXPORT zipOpen2_64 (const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_def* pzlib_filefunc_def) in zipOpen2_64() argument
940 return zipOpen3(pathname, append, globalcomment, &zlib_filefunc64_32_def_fill); in zipOpen2_64()
943 return zipOpen3(pathname, append, globalcomment, NULL); in zipOpen2_64()
948 extern zipFile ZEXPORT zipOpen (const char* pathname, int append) in zipOpen() argument
950 return zipOpen3((const void*)pathname,appen in zipOpen()
953 zipOpen64(const void* pathname, int append) zipOpen64() argument
[all...]
/third_party/zlib/contrib/minizip/
H A Dzip.c1002 extern zipFile ZEXPORT zipOpen3(const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_32_def* pzlib_filefunc64_32_def) in zipOpen3() argument
1020 pathname, in zipOpen3()
1081 extern zipFile ZEXPORT zipOpen2(const char *pathname, int append, zipcharpc* globalcomment, zlib_filefunc_def* pzlib_filefunc32_def) in zipOpen2() argument
1087 return zipOpen3(pathname, append, globalcomment, &zlib_filefunc64_32_def_fill); in zipOpen2()
1091 return zipOpen3(pathname, append, globalcomment, NULL); in zipOpen2()
1095 extern zipFile ZEXPORT zipOpen2_64(const void *pathname, int append, zipcharpc* globalcomment, zlib_filefunc64_def* pzlib_filefunc_def) in zipOpen2_64() argument
1103 return zipOpen3(pathname, append, globalcomment, &zlib_filefunc64_32_def_fill); in zipOpen2_64()
1107 return zipOpen3(pathname, append, globalcomment, NULL); in zipOpen2_64()
1113 extern zipFile ZEXPORT zipOpen(const char* pathname, int append) in zipOpen() argument
1115 return zipOpen3((const void*)pathname,appen in zipOpen()
1118 zipOpen64(const void* pathname, int append) zipOpen64() argument
[all...]
/third_party/eudev/src/shared/
H A Dmkdir.h30 typedef int (*mkdir_func_t)(const char *pathname, mode_t mode);
/third_party/node/benchmark/url/
H A Durl-format.js7 file: { protocol: 'file:', pathname: '/foo' },
/third_party/skia/third_party/externals/freetype/include/freetype/
H A Dftsystem.h302 * pathname ::
334 FT_StreamDesc pathname; member
/third_party/python/Include/internal/
H A Dpycore_fileutils.h98 const char *pathname,
102 const char *pathname,

Completed in 17 milliseconds

12345678910>>...12