Home
last modified time | relevance | path

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

12345678910>>...13

/external/rust/android-crates-io/crates/url/tests/
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 …]
Dwpt.rs92 pathname: String, field
118 pathname: Option<String>, field
361 let pathname = url::quirks::pathname(&url); in check_url_ok() localVariable
493 let pathname = url::quirks::pathname(&url); localVariable
/external/flashrom/tests/
Dio_real.c22 static int io_real_open(void *state, const char *pathname, int flags, mode_t mode) in io_real_open()
28 static FILE *io_real_fopen(void *state, const char *pathname, const char *mode) in io_real_fopen()
72 void maybe_unmock_io(const char *pathname) in maybe_unmock_io()
Dtests.c80 static int mock_open(const char *pathname, int flags, mode_t mode) in mock_open()
102 int __wrap_open(const char *pathname, int flags, ...) in __wrap_open()
115 int __wrap_open64(const char *pathname, int flags, ...) in __wrap_open64()
128 int __wrap___open64_2(const char *pathname, int flags, ...) in __wrap___open64_2()
171 FILE *__wrap_fopen(const char *pathname, const char *mode) in __wrap_fopen()
180 FILE *__wrap_fopen64(const char *pathname, const char *mode) in __wrap_fopen64()
/external/python/cpython3/Lib/
Dglob.py16 def glob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
34 def iglob(pathname, *, root_dir=None, dir_fd=None, recursive=False, argument
63 def _iglob(pathname, root_dir, dir_fd, recursive, dironly, argument
202 def _lexists(pathname, dir_fd): argument
213 def _isdir(pathname, dir_fd): argument
249 def escape(pathname): argument
535 def add_slash(pathname): argument
542 def add_slash(pathname): argument
Dmodulefinder.py154 def run_script(self, pathname): argument
160 def load_file(self, pathname): argument
329 def load_module(self, fqname, fp, pathname, file_info): argument
451 def load_package(self, fqname, pathname): argument
/external/grpc-grpc/test/core/address_utils/
Dparse_address_test.cc52 static void test_grpc_parse_unix(const char* uri_text, const char* pathname) { in test_grpc_parse_unix()
69 const char* pathname) { in test_grpc_parse_unix_abstract()
88 static void test_grpc_parse_unix(const char* uri_text, const char* pathname) {} in test_grpc_parse_unix()
90 const char* pathname) {} in test_grpc_parse_unix_abstract()
/external/llvm/utils/unittest/googletest/include/gtest/internal/
Dgtest-filepath.h64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath()
68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath()
/external/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat01.c53 char *pathname; member
108 static inline int sys_utimensat(int dirfd, const char *pathname, in sys_utimensat()
114 static inline int sys_utimensat_time64(int dirfd, const char *pathname, in sys_utimensat_time64()
207 static void reset_time(char *pathname, int dfd, int flags, int i) in reset_time()
234 char *pathname = NULL; in run() local
/external/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()
Dstat.h125 static inline int statx(int dirfd, const char *pathname, unsigned int flags, in statx()
273 #define SAFE_STATX(dirfd, pathname, flags, mask, buf) \ argument
277 int dirfd, const char *pathname, int flags, unsigned int mask, in safe_statx()
/external/freetype/src/base/
Dftmac.c280 FT_FSPathMakeRes( const UInt8* pathname, in FT_FSPathMakeRes()
305 get_file_type_from_path( const UInt8* pathname ) in get_file_type_from_path()
547 const UInt8* pathname ) in count_faces()
702 const UInt8* pathname, in FT_New_Face_From_LWFN()
806 const UInt8* pathname, in FT_New_Face_From_Suitcase()
928 const UInt8* pathname, in FT_New_Face_From_Resource()
970 const char* pathname, in FT_New_Face()
1020 UInt8 pathname[PATH_MAX]; in FT_New_Face_From_FSRef() local
/external/linux-kselftest/tools/testing/selftests/proc/
Dfd-001-lookup.c33 static void test_lookup_pass(const char *pathname) in test_lookup_pass()
44 static void test_lookup_fail(const char *pathname) in test_lookup_fail()
Dfd-003-kthread.c116 static inline int sys_statx(int dirfd, const char *pathname, int flags, in sys_statx()
122 static void test_lookup_fail(int fd, const char *pathname) in test_lookup_fail()
/external/wpa_supplicant_8/hostapd/aidl/tests/
Dunittest_overrides.h41 int stat(const char* pathname, struct stat* stabuf) { in stat()
49 int access(const char* pathname, int mode) { in access()
/external/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
/external/javassist/src/main/javassist/
DClassPoolTail.java134 JarClassPath(String pathname) throws NotFoundException { in JarClassPath()
253 public ClassPath insertClassPath(String pathname) in insertClassPath()
259 public ClassPath appendClassPath(String pathname) in appendClassPath()
265 private static ClassPath makePathObject(String pathname) in makePathObject()
/external/e2fsprogs/lib/ext2fs/
Dnamei.c33 char *pathname; in follow_link() local
98 const char *pathname, int pathlen, in dir_namei()
136 const char *pathname, size_t pathlen, int follow, in open_namei()
/external/selinux/libselinux/src/android/
Dandroid.c247 bool is_app_data_path(const char *pathname) { in is_app_data_path()
266 bool is_credential_encrypted_path(const char *pathname) { in is_credential_encrypted_path()
277 static int extract_userid(const char **pathname, unsigned int *userid) in extract_userid()
298 int extract_pkgname_and_userid(const char *pathname, char **pkgname, unsigned int *userid) in extract_pkgname_and_userid()
/external/vogar/src/vogar/
DSshChrootTarget.java97 String pathname = file.getPath(); in rootToChroot() local
110 public PathnameNotUnderChrootException(String pathname, String chrootDir) { in PathnameNotUnderChrootException()
/external/vogar/src/vogar/android/
DAdbChrootTarget.java121 String pathname = file.getPath(); in rootToChroot() local
134 public PathnameNotUnderChrootException(String pathname, String chrootDir) { in PathnameNotUnderChrootException()
/external/sdv/vsomeip/third_party/boost/filesystem/test/issues/
D10205.cpp10 std::string pathname = "/some/filesystem/path/%%%%"; in main() local
/external/bcc/libbpf-tools/
Dstatsnoop.bpf.c26 static int probe_entry(void *ctx, const char *pathname) in probe_entry()
47 const char **pathname; in probe_return() local
/external/ltp/testcases/kernel/syscalls/mknodat/
Dmknodat02.c64 char *pathname; member
145 char *pathname = tc->pathname; in mknodat_verify() local
/external/freetype/builds/mac/
Dftmac.c477 FT_FSPathMakeSpec( const UInt8* pathname, in FT_FSPathMakeSpec()
574 FT_FSPathMakeRes( const UInt8* pathname, in FT_FSPathMakeRes()
618 get_file_type_from_path( const UInt8* pathname ) in get_file_type_from_path()
924 const UInt8* pathname ) in count_faces()
1081 const UInt8* pathname, in FT_New_Face_From_LWFN()
1182 const UInt8* pathname, in FT_New_Face_From_Suitcase()
1348 const UInt8* pathname, in FT_New_Face_From_Resource()
1389 const char* pathname, in FT_New_Face()

12345678910>>...13