Home
last modified time | relevance | path

Searched defs:pathname (Results 1 – 25 of 179) sorted by relevance

12345678

/third_party/node/test/parallel/
Dtest-url-format.js20 pathname: '/' property
30 pathname: '/' property
40 pathname: '/' property
50 pathname: '/' property
60 pathname: '/' property
68 pathname: '/' property
74 pathname: '/%22%20onload=%22alert(42)/' property
80 pathname: 'a/b/c', property
96 pathname: '/' property
103 pathname: '/' property
[all …]
Dtest-fs-mkdir.js38 const pathname = path.join(tmpdir.path, nextdir()); constant
48 const pathname = path.join(tmpdir.path, nextdir()); constant
58 const pathname = path.join(tmpdir.path, nextdir()); constant
68 const pathname = path.join(tmpdir.path, nextdir()); constant
77 const pathname = path.join(tmpdir.path, nextdir()); constant
106 const pathname = path.join(tmpdir.path, nextdir(), nextdir()); constant
117 const pathname = path.join(tmpdir.path, nextdir(), nextdir()); constant
130 const pathname = `${tmpdir.path}/${nextdir()}/../${nextdir()}/${nextdir()}`; constant
139 const pathname = path.join(tmpdir.path, nextdir(), nextdir()); constant
158 const pathname = path.join(filename, nextdir(), nextdir()); constant
[all …]
Dtest-url-parse-format.js17 pathname: '//some_path', property
26 pathname: '/foo.html', property
37 pathname: '/foo.html', property
50 pathname: '/foo.html', property
62 pathname: '/foo.html', property
73 pathname: '/', property
83 pathname: '/', property
93 pathname: '/', property
104 pathname: '/', property
115 pathname: '/', property
[all …]
Dtest-fs-write-file-invalid-path.js21 const pathname = path.join(tmpdir.path, `somefile_${ch}`); constant
32 const pathname = path.join(tmpdir.path, 'foo:bar'); constant
Dtest-url-parse-query.js29 pathname: '/foo/bar', property
40 pathname: '/', property
53 pathname: '/example', property
67 pathname: '/example', property
/third_party/node/test/fixtures/
Durl-tests-additional.js10 'pathname': '/nodejs/%F0%9F%98%80node' property
16 'pathname': '/nodejs/%EF%BF%BD' property
22 'pathname': '/nodejs/%EF%BF%BDnode' property
28 'pathname': '/nodejs/%EF%BF%BD' property
34 'pathname': '/nodejs/%EF%BF%BDnode' property
Durl-setter-tests-additional.js96 'pathname': [ property
103 'pathname': '/%F0%9F%98%80' property
112 'pathname': '/%EF%BF%BD' property
121 'pathname': '/%EF%BF%BDnode' property
130 'pathname': '/%EF%BF%BD' property
139 'pathname': '/%EF%BF%BDnode' property
/third_party/node/test/fixtures/wpt/url/resources/
Durltestdata.json14 "pathname": "/", string
29 "pathname": "/bar;par", string
44 "pathname": "/", string
59 "pathname": "/", string
74 "pathname": "/x", string
89 "pathname": "/x", string
104 "pathname": "/foo/foo.com", string
119 "pathname": "/foo/:foo.com", string
134 "pathname": "/foo/foo.com", string
149 "pathname": " foo.com", string
[all …]
/third_party/NuttX/fs/vfs/
Dfs_unlink.c72 int do_unlink(int dirfd, const char *pathname) in do_unlink()
163 int unlink(const char *pathname) in unlink()
176 int unlinkat(int dirfd, const char *pathname, int flag) in unlinkat()
Dfs_mkdir.c38 int do_mkdir(int dirfd, const char *pathname, mode_t mode) in do_mkdir()
168 int mkdir(const char *pathname, mode_t mode) in mkdir()
180 int mkdirat(int dirfd, const char *pathname, mode_t mode) in mkdirat()
Dfs_rmdir.c91 int do_rmdir(int dirfd, const char *pathname) in do_rmdir()
195 int rmdir(const char *pathname) in rmdir()
Dfs_readlink.c101 ssize_t readlink(const char *pathname, char *buf, size_t bufsize) in readlink()
106 ssize_t readlinkat(int dirfd, const char *pathname, char *buf, size_t bufsize) in readlinkat()
/third_party/python/Lib/
Dglob.py13 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
31 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
60 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument
191 def _lexists(pathname, dir_fd): argument
202 def _isdir(pathname, dir_fd): argument
238 def escape(pathname): argument
/third_party/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat01.c47 char *pathname; member
102 static inline int sys_utimensat(int dirfd, const char *pathname, in sys_utimensat()
108 static inline int sys_utimensat_time64(int dirfd, const char *pathname, in sys_utimensat_time64()
201 static void reset_time(char *pathname, int dfd, int flags, int i) in reset_time()
228 char *pathname = NULL; in run() local
/third_party/ltp/include/lapi/
Dname_to_handle_at.h18 static inline int name_to_handle_at(int dfd, const char *pathname, in name_to_handle_at()
35 allocate_file_handle(int dfd, const char *pathname) in allocate_file_handle()
Dreadlinkat.h14 static inline int readlinkat(int dirfd, const char *pathname, in readlinkat()
Dfaccessat.h16 int faccessat2(int dirfd, const char *pathname, int mode, int flags) in faccessat2()
/third_party/openssl/fuzz/
Dtest-corpus.c37 static void testfile(const char *pathname) in testfile()
69 char *pathname = NULL; in main() local
/third_party/node/deps/openssl/openssl/fuzz/
Dtest-corpus.c37 static void testfile(const char *pathname) in testfile()
69 char *pathname = NULL; in main() local
/third_party/skia/third_party/externals/freetype/src/base/
Dftmac.c279 FT_FSPathMakeRes( const UInt8* pathname, in FT_FSPathMakeRes()
304 get_file_type_from_path( const UInt8* pathname ) in get_file_type_from_path()
546 const UInt8* pathname ) in count_faces()
701 const UInt8* pathname, in FT_New_Face_From_LWFN()
805 const UInt8* pathname, in FT_New_Face_From_Suitcase()
927 const UInt8* pathname, in FT_New_Face_From_Resource()
969 const char* pathname, in FT_New_Face()
1019 UInt8 pathname[PATH_MAX]; in FT_New_Face_From_FSRef() local
/third_party/ltp/testcases/kernel/syscalls/inotify/
Dinotify.h27 #define myinotify_add_watch(fd, pathname, mask) \ argument
64 #define SAFE_MYINOTIFY_ADD_WATCH(fd, pathname, mask) \ argument
/third_party/musl/compat/time32/
Dfutimesat_time32.c7 int __futimesat_time32(int dirfd, const char *pathname, const struct timeval32 times32[2]) in __futimesat_time32()
/third_party/ltp/testcases/kernel/syscalls/mknodat/
Dmknodat02.c64 char *pathname; member
145 char *pathname = tc->pathname; in mknodat_verify() local
/third_party/skia/tools/skpbench/
D_os_path.py12 def basename(pathname): argument
/third_party/ltp/testcases/kernel/syscalls/openat/
Dopenat.h29 int openat(int dirfd, const char *pathname, int flags, mode_t mode) in openat()

12345678