/external/webrtc/webrtc/base/ |
D | pathutils.cc | 58 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()
|
D | unixfilesystem.cc | 93 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()
|
D | fileutils_mock.h | 173 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()
|
D | fileutils.h | 286 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()
|
D | win32filesystem.cc | 34 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/libchrome/sandbox/linux/syscall_broker/ |
D | broker_client.cc | 37 const char* pathname, in PathAndFlagsSyscall() 136 int BrokerClient::Access(const char* pathname, int mode) const { in Access() argument 140 int BrokerClient::Open(const char* pathname, int flags) const { in Open() argument
|
D | broker_process.cc | 109 int BrokerProcess::Access(const char* pathname, int mode) const { in Access() argument 114 int BrokerProcess::Open(const char* pathname, int flags) const { in Open() argument
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 64 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/ |
D | gtest-filepath.h | 64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath() 68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath()
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath() 68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath()
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 64 explicit FilePath(const char* pathname) : pathname_(pathname) { in FilePath() 68 explicit FilePath(const String& pathname) : pathname_(pathname) { in FilePath()
|
/external/libgdx/extensions/gdx-freetype/jni/freetype-2.6.2/src/base/ |
D | ftmac.c | 279 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() 968 const char* pathname, in FT_New_Face() 1016 UInt8 pathname[PATH_MAX]; in FT_New_Face_From_FSRef() local
|
/external/pdfium/third_party/freetype/src/base/ |
D | ftmac.c | 279 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() 968 const char* pathname, in FT_New_Face() 1016 UInt8 pathname[PATH_MAX]; in FT_New_Face_From_FSRef() local
|
/external/javassist/src/main/javassist/ |
D | ClassPoolTail.java | 126 JarClassPath(String pathname) throws NotFoundException { in JarClassPath() 241 public ClassPath insertClassPath(String pathname) in insertClassPath() 247 public ClassPath appendClassPath(String pathname) in appendClassPath() 253 private static ClassPath makePathObject(String pathname) in makePathObject()
|
/external/e2fsprogs/lib/ext2fs/ |
D | namei.c | 32 char *pathname; in follow_link() local 83 const char *pathname, int pathlen, in dir_namei() 121 const char *pathname, size_t pathlen, int follow, in open_namei()
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/main/java/org/mockftpserver/stub/command/ |
D | MkdCommandHandler.java | 51 String pathname = command.getRequiredString(0); in handleCommand() local
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/stub/command/ |
D | MkdCommandHandler.java | 50 String pathname = command.getRequiredParameter(0); in handleCommand() local
|
/external/mockftpserver/tags/1.2.1/src/main/java/org/mockftpserver/stub/command/ |
D | MkdCommandHandler.java | 51 String pathname = command.getRequiredString(0); in handleCommand() local
|
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/stub/command/ |
D | MkdCommandHandler.java | 50 String pathname = command.getRequiredParameter(0); in handleCommand() local
|
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/stub/command/ |
D | MkdCommandHandler.java | 50 String pathname = command.getRequiredParameter(0); in handleCommand() local
|
/external/mockftpserver/tags/1.2.3/src/main/java/org/mockftpserver/stub/command/ |
D | MkdCommandHandler.java | 51 String pathname = command.getRequiredString(0); in handleCommand() local
|
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/stub/command/ |
D | MkdCommandHandler.java | 50 String pathname = command.getRequiredParameter(0); in handleCommand() local
|
/external/mockftpserver/tags/1.2.2/src/main/java/org/mockftpserver/stub/command/ |
D | MkdCommandHandler.java | 51 String pathname = command.getRequiredString(0); in handleCommand() local
|
/external/mockftpserver/tags/1.2.4/src/main/java/org/mockftpserver/stub/command/ |
D | MkdCommandHandler.java | 51 String pathname = command.getRequiredString(0); in handleCommand() local
|
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/stub/command/ |
D | MkdCommandHandler.java | 50 String pathname = command.getRequiredParameter(0); in handleCommand() local
|