Home
last modified time | relevance | path

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

1234567891011

/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/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/webrtc/webrtc/base/
Dpathutils.cc58 Pathname::Pathname(const std::string& pathname) in Pathname()
91 std::string Pathname::pathname() const { in pathname() function in rtc::Pathname
92 std::string pathname(folder_); in pathname() local
116 void Pathname::SetPathname(const std::string& pathname) { in SetPathname()
133 void Pathname::AppendPathname(const std::string& pathname) { in AppendPathname()
235 const std::string& pathname) { in GetDrive()
Dunixfilesystem.cc93 std::string pathname(path.pathname()); in CreateFolder() local
172 bool UnixFilesystem::GetTemporaryFolder(Pathname &pathname, bool create, in GetTemporaryFolder()
292 bool UnixFilesystem::IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath()
315 bool UnixFilesystem::IsFile(const Pathname& pathname) { in IsFile()
322 bool UnixFilesystem::IsAbsent(const Pathname& pathname) { in IsAbsent()
330 bool UnixFilesystem::GetFileSize(const Pathname& pathname, size_t *size) { in GetFileSize()
Dfileutils_mock.h173 bool CreateFolder(const Pathname &pathname) { in CreateFolder()
189 bool IsFolder(const Pathname &pathname) { in IsFolder()
193 bool IsFile(const Pathname &pathname) { in IsFile()
197 bool IsAbsent(const Pathname &pathname) { in IsAbsent()
201 bool IsTemporaryPath(const Pathname &pathname) { in IsTemporaryPath()
Dfileutils.h286 static bool CreateFolder(const Pathname &pathname) { in CreateFolder()
331 static bool IsFolder(const Pathname& pathname) { in IsFolder()
335 static bool IsFile(const Pathname &pathname) { in IsFile()
339 static bool IsAbsent(const Pathname &pathname) { in IsAbsent()
343 static bool IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath()
Dwin32filesystem.cc34 bool Win32Filesystem::CreateFolder(const Pathname &pathname) { in CreateFolder()
198 bool Win32Filesystem::GetTemporaryFolder(Pathname &pathname, bool create, in GetTemporaryFolder()
297 bool Win32Filesystem::IsTemporaryPath(const Pathname& pathname) { in IsTemporaryPath()
308 bool Win32Filesystem::GetFileSize(const Pathname &pathname, size_t *size) { in GetFileSize()
/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.py9 def glob(pathname, *, recursive=False): argument
22 def iglob(pathname, *, recursive=False): argument
39 def _iglob(pathname, recursive, dironly): argument
161 def escape(pathname): argument
/external/swiftshader/third_party/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/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/google-breakpad/src/testing/gtest/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.h30 #define SAFE_MQ_OPEN(pathname, oflags, ...) \ argument
34 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/adhd/cras/src/tests/
Dcras_selinux_helper_unittest.c8 int cras_selinux_restorecon(const char* pathname) { in cras_selinux_restorecon()
/external/adhd/cras/src/common/
Dcras_selinux_helper.c9 int cras_selinux_restorecon(const char *pathname) { in cras_selinux_restorecon()
/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/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/ltp/testcases/kernel/syscalls/openat/
Dopenat.h29 int openat(int dirfd, const char *pathname, int flags, mode_t mode) in openat()
/external/skia/tools/skpbench/
D_os_path.py12 def basename(pathname): argument
/external/ltp/include/lapi/
Dreadlinkat.h27 int readlinkat(int dirfd, const char *pathname, char *buf, size_t bufsiz) in readlinkat()
/external/skqp/tools/skpbench/
D_os_path.py12 def basename(pathname): argument

1234567891011