/third_party/node/test/fixtures/wpt/url/ |
H A D | IdnaTestV2.window.js | 36 assert_equals(url.pathname, "/x");
|
/third_party/node/test/parallel/ |
H A D | test-gc-http-client-connaborted.js | 33 pathname: '/',
|
H A D | test-http-proxy.js | 48 path: url.parse(req.url).pathname
|
/third_party/node/test/sequential/ |
H A D | test-gc-http-client-timeout.js | 32 pathname: '/',
|
H A D | test-gc-http-client-onerror.js | 39 pathname: '/',
|
H A D | test-gc-http-client.js | 37 pathname: '/',
|
/base/startup/appspawn/test/mock/ |
H A D | app_system_stub.c | 61 void *DlopenStub(const char *pathname, int mode)
in DlopenStub() argument 63 UNUSED(pathname);
in DlopenStub()
|
/third_party/python/Include/internal/ |
H A D | pycore_fileutils.h | 98 const char *pathname, 102 const char *pathname,
|
/third_party/python/Lib/test/ |
H A D | test_modulefinder.py | 430 def load_module(self, fqname, fp, pathname, file_info): 433 return super().load_module(fqname, fp, pathname, file_info)
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-scache.h | 54 int pa_scache_add_directory_lazy(pa_core *c, const char *pathname);
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | zip.c | 849 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 D | zip.c | 849 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 D | zip.c | 1002 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...] |
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
H A D | bpf_ring_buffer.cpp | 42 bpfAttr.pathname = BpfMapPathNameToU64(path); in GetRingbufFd()
|
/third_party/ltp/include/ |
H A D | time64_variants.h | 61 int (*utimensat)(int dirfd, const char *pathname, void *times,
|
/third_party/ntfs-3g/include/ntfs-3g/ |
H A D | plugin.h | 175 * The argument pathname may be NULL 180 const char *pathname,
|
/third_party/node/test/fixtures/wpt/common/ |
H A D | PrefixedPostMessage.js | 66 this.prefix = `${document.location.pathname}-${Math.random()}-${Date.now()}-`;
|
H A D | utils.js | 27 var path = get(options, "path", loc.pathname);
|
/third_party/musl/porting/linux/user/ldso/ |
H A D | dynlink_rand.h | 46 const char *pathname; member
|
/third_party/node/deps/npm/node_modules/pacote/lib/ |
H A D | remote.js | 18 this.resolved = new URL(resolvedURL.pathname, this.registry).href
|
/third_party/musl/ldso/linux/ |
H A D | dynlink_rand.h | 46 const char *pathname; member
|
/third_party/rust/crates/io-lifetimes/src/ |
H A D | example_ffi.rs | 28 pub fn open(pathname: *const c_char, flags: c_int, ...) -> Option<OwnedFd>; in open()
|
/third_party/libbpf/src/ |
H A D | bpf.c | 575 int bpf_obj_pin_opts(int fd, const char *pathname, const struct bpf_obj_pin_opts *opts) in bpf_obj_pin_opts() argument 586 attr.pathname = ptr_to_u64((void *)pathname); in bpf_obj_pin_opts() 594 int bpf_obj_pin(int fd, const char *pathname) in bpf_obj_pin() argument 596 return bpf_obj_pin_opts(fd, pathname, NULL); in bpf_obj_pin() 599 int bpf_obj_get(const char *pathname) in bpf_obj_get() argument 601 return bpf_obj_get_opts(pathname, NULL); in bpf_obj_get() 604 int bpf_obj_get_opts(const char *pathname, const struct bpf_obj_get_opts *opts) in bpf_obj_get_opts() argument 615 attr.pathname = ptr_to_u64((void *)pathname); in bpf_obj_get_opts() [all...] |
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 810 pathname: *const ::c_char, in fchmodat() 817 pathname: *const ::c_char, in fchownat() 832 pathname: *const ::c_char, in fstatat() 854 pub fn unlinkat(dirfd: ::c_int, pathname: *const ::c_char, flags: ::c_int) -> ::c_int; in unlinkat() 1061 pub fn realpath(pathname: *const ::c_char, resolved: *mut ::c_char) -> *mut ::c_char; in realpath() 1278 pub fn mknod(pathname: *const ::c_char, mode: ::mode_t, dev: ::dev_t) -> ::c_int; in mknod() 1442 pub fn mkdirat(dirfd: ::c_int, pathname: *const ::c_char, in mkdirat() 1444 pub fn openat(dirfd: ::c_int, pathname: *const ::c_char, in openat() 1477 pathname: *const ::c_char, in readlinkat() 1493 pathname in readlinkat() [all...] |
/third_party/node/deps/v8/tools/testrunner/local/ |
H A D | testsuite.py | 244 (f, pathname, description) = imp.find_module("testcfg", [root]) 245 yield imp.load_module(name + "_testcfg", f, pathname, description)
|