/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 140 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 143 assert commandHandler.getRealPath(session, null) == "/usr/me" 144 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 145 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx" 146 assert commandHandler.getRealPath(session, "../xxx") == "/usr/xxx" 147 assert commandHandler.getRealPath(session, "./xxx") == "/usr/me/xxx"
|
/external/mockftpserver/tags/2.0.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 140 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 143 assert commandHandler.getRealPath(session, null) == "/usr/me" 144 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 145 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx" 146 assert commandHandler.getRealPath(session, "../xxx") == "/usr/xxx" 147 assert commandHandler.getRealPath(session, "./xxx") == "/usr/me/xxx"
|
/external/mockftpserver/tags/2.4/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 140 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 143 assert commandHandler.getRealPath(session, null) == "/usr/me" 144 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 145 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx" 146 assert commandHandler.getRealPath(session, "../xxx") == "/usr/xxx" 147 assert commandHandler.getRealPath(session, "./xxx") == "/usr/me/xxx"
|
/external/mockftpserver/tags/2.5/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 140 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 143 assert commandHandler.getRealPath(session, null) == "/usr/me" 144 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 145 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx" 146 assert commandHandler.getRealPath(session, "../xxx") == "/usr/xxx" 147 assert commandHandler.getRealPath(session, "./xxx") == "/usr/me/xxx"
|
/external/mockftpserver/tags/2.2/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 140 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 143 assert commandHandler.getRealPath(session, null) == "/usr/me" 144 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 145 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx" 146 assert commandHandler.getRealPath(session, "../xxx") == "/usr/xxx" 147 assert commandHandler.getRealPath(session, "./xxx") == "/usr/me/xxx"
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 140 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 143 assert commandHandler.getRealPath(session, null) == "/usr/me" 144 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 145 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx" 146 assert commandHandler.getRealPath(session, "../xxx") == "/usr/xxx" 147 assert commandHandler.getRealPath(session, "./xxx") == "/usr/me/xxx"
|
/external/mockftpserver/tags/2.1/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 140 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 143 assert commandHandler.getRealPath(session, null) == "/usr/me" 144 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 145 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx" 146 assert commandHandler.getRealPath(session, "../xxx") == "/usr/xxx" 147 assert commandHandler.getRealPath(session, "./xxx") == "/usr/me/xxx"
|
/external/mockftpserver/tags/2.0.1/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 140 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 143 assert commandHandler.getRealPath(session, null) == "/usr/me" 144 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 145 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx" 146 assert commandHandler.getRealPath(session, "../xxx") == "/usr/xxx" 147 assert commandHandler.getRealPath(session, "./xxx") == "/usr/me/xxx"
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileCollector.cpp | 40 bool FileCollector::getRealPath(StringRef SrcPath, in getRealPath() function in FileCollector 90 if (!getRealPath(AbsoluteSrc, CopyFrom)) in addFileImpl() 234 std::error_code getRealPath(const Twine &Path, in getRealPath() function in __anonc872f58e0111::FileCollectorFileSystem 236 auto EC = FS->getRealPath(Path, Output); in getRealPath()
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 131 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 134 assert commandHandler.getRealPath(session, null) == "/usr/me" 135 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 136 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx"
|
/external/llvm-project/llvm/lib/Support/ |
D | FileCollector.cpp | 56 bool FileCollector::getRealPath(StringRef SrcPath, in getRealPath() function in FileCollector 99 if (!getRealPath(AbsoluteSrc, CopyFrom)) in addFileImpl() 260 std::error_code getRealPath(const Twine &Path, in getRealPath() function in llvm::FileCollectorFileSystem 262 auto EC = FS->getRealPath(Path, Output); in getRealPath()
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 140 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 143 assert commandHandler.getRealPath(session, null) == "/usr/me" 144 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 145 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx"
|
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 140 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 143 assert commandHandler.getRealPath(session, null) == "/usr/me" 144 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 145 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx"
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 140 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 143 assert commandHandler.getRealPath(session, null) == "/usr/me" 144 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 145 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx"
|
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/command/ |
D | _AbstractFakeCommandHandlerTest.groovy | 139 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 142 assert commandHandler.getRealPath(session, null) == "/usr/me" 143 assert commandHandler.getRealPath(session, "/xxx") == "/xxx" 144 assert commandHandler.getRealPath(session, "xxx") == "/usr/me/xxx"
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | VirtualFileSystem.h | 276 virtual std::error_code getRealPath(const Twine &Path, 341 std::error_code getRealPath(const Twine &Path, 390 std::error_code getRealPath(const Twine &Path, in getRealPath() function 392 return FS->getRealPath(Path, Output); in getRealPath() 490 std::error_code getRealPath(const Twine &Path, 743 std::error_code getRealPath(const Twine &Path,
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | VirtualFileSystem.h | 277 virtual std::error_code getRealPath(const Twine &Path, 342 std::error_code getRealPath(const Twine &Path, 391 std::error_code getRealPath(const Twine &Path, in getRealPath() function 393 return FS->getRealPath(Path, Output); in getRealPath() 492 std::error_code getRealPath(const Twine &Path, 742 std::error_code getRealPath(const Twine &Path,
|
/external/clang/lib/Frontend/ |
D | ModuleDependencyCollector.cpp | 157 bool ModuleDependencyCollector::getRealPath(StringRef SrcPath, in getRealPath() function in ModuleDependencyCollector 200 if (!getRealPath(AbsoluteSrc, RealPath)) in copyToRoot()
|
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/command/ |
D | RnfrCommandHandler.java | 41 String fromPath = getRealPath(session, command.getRequiredParameter(0)); in handle()
|
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/ |
D | DeleCommandHandler.java | 40 String path = getRealPath(session, command.getRequiredParameter(0)); in handle()
|
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/command/ |
D | DeleCommandHandler.java | 40 String path = getRealPath(session, command.getRequiredParameter(0)); in handle()
|
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/command/ |
D | RnfrCommandHandler.java | 41 String fromPath = getRealPath(session, command.getRequiredParameter(0)); in handle()
|
D | DeleCommandHandler.java | 40 String path = getRealPath(session, command.getRequiredParameter(0)); in handle()
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/command/ |
D | DeleCommandHandler.java | 39 String path = getRealPath(session, command.getRequiredParameter(0)); in handle()
|
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/command/ |
D | RnfrCommandHandler.java | 41 String fromPath = getRealPath(session, command.getRequiredParameter(0)); in handle()
|