Home
last modified time | relevance | path

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

12345678910>>...12

/external/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_new_file_test.c49 static void create2(const char *pathname) in create2()
59 static void mkdir2(const char *pathname) in mkdir2()
67 static void unlink2(const char *pathname) in unlink2()
75 static void rmdir2(const char *pathname) in rmdir2()
83 static void mkfifo2(const char *pathname) in mkfifo2()
/external/python/setuptools/setuptools/
Dglob.py18 def glob(pathname, recursive=False): argument
32 def iglob(pathname, recursive=False): argument
50 def _iglob(pathname, recursive): argument
166 def escape(pathname): argument
/external/rust/crates/url/tests/
Durltestdata.json15 "pathname": "/", string
30 "pathname": "/bar;par", string
45 "pathname": "/", string
60 "pathname": "/", string
75 "pathname": "/x", string
90 "pathname": "/x", string
105 "pathname": "/foo/foo.com", string
120 "pathname": "/foo/:foo.com", string
135 "pathname": "/foo/foo.com", string
150 "pathname": " foo.com", string
[all …]
/external/python/cpython2/Lib/plat-mac/
Dmacresource.py77 def open_pathname(pathname, verbose=0): argument
95 def resource_pathname(pathname, verbose=0): argument
119 def _decode(pathname, verbose=0): argument
/external/python/cpython2/Lib/
Dmacurl2path.py10 def url2pathname(pathname): argument
52 def pathname2url(pathname): argument
Dglob.py18 def glob(pathname): argument
29 def iglob(pathname): argument
/external/python/cpython3/Lib/
Dglob.py10 def glob(pathname, *, recursive=False): argument
23 def iglob(pathname, *, recursive=False): argument
41 def _iglob(pathname, recursive, dironly): argument
163 def escape(pathname): argument
/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/include/
Dtst_safe_posix_ipc.h12 #define SAFE_MQ_OPEN(pathname, oflags, ...) \ argument
16 const char *pathname, int oflags, ...) in safe_mq_open()
/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/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
/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/adhd/cras/src/common/
Dcras_selinux_helper.c9 int cras_selinux_restorecon(const char *pathname) in cras_selinux_restorecon()
/external/adhd/cras/src/tests/
Dcras_selinux_helper_unittest.c8 int cras_selinux_restorecon(const char* pathname) { in cras_selinux_restorecon()
/external/oss-fuzz/projects/nginx/fuzz/
Dwrappers.c39 int __wrap_chmod(const char *pathname, mode_t mode){ in __wrap_chmod()
43 int __wrap_chown(const char *pathname, uid_t owner, gid_t group){ in __wrap_chown()
/external/ltp/testcases/kernel/syscalls/utimensat/
Dutimensat01.c71 utimensat_sc(int dirfd, const char *pathname, in utimensat_sc()
113 char *pathname, *dirfdPath; in main() local
/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/grpc-grpc/test/core/client_channel/
Dparse_address_test.cc37 static void test_grpc_parse_unix(const char* uri_text, const char* pathname) { in test_grpc_parse_unix()
53 static void test_grpc_parse_unix(const char* uri_text, const char* pathname) {} in test_grpc_parse_unix()
/external/llvm-project/lldb/test/API/
Duse_lldb_suite.py22 fp, pathname, desc = imp.find_module("use_lldb_suite_root", [lldb_root]) variable
/external/llvm-project/lldb/scripts/
Duse_lldb_suite.py20 fp, pathname, desc = imp.find_module("use_lldb_suite_root", [lldb_root]) variable
/external/vogar/src/vogar/android/
DAdbChrootTarget.java121 String pathname = file.getPath(); in rootToChroot() local
134 public PathnameNotUnderChrootException(String pathname, String chrootDir) { in PathnameNotUnderChrootException()
/external/ltp/testcases/kernel/syscalls/openat/
Dopenat.h29 int openat(int dirfd, const char *pathname, int flags, mode_t mode) in openat()
/external/ltp/include/lapi/
Dreadlinkat.h27 int readlinkat(int dirfd, const char *pathname, char *buf, size_t bufsiz) in readlinkat()

12345678910>>...12