Home
last modified time | relevance | path

Searched defs:parentPath (Results 1 – 25 of 615) sorted by relevance

12345678910>>...25

/aosp_15_r20/libcore/luni/src/test/java/libcore/dalvik/system/
H A DBaseDexClassLoaderTest.java446 File parentPath = resourcesMap.get("parent.jar"); in testGetResourceSharedLibraries1() local
481 File parentPath = resourcesMap.get("parent.jar"); in testGetResourceSharedLibraries2() local
516 File parentPath = resourcesMap.get("parent.jar"); in testGetResourceSharedLibraries3() local
554 File parentPath = resourcesMap.get("parent.jar"); in testGetResourceSharedLibraries4() local
592 File parentPath = resourcesMap.get("parent.jar"); in testGetResourceSharedLibraries5() local
632 File parentPath = resourcesMap.get("parent.jar"); in testGetResourceSharedLibraries6() local
689 File parentPath = resourcesMap.get("parent.jar"); in testGetResourceSharedLibraries7() local
726 File parentPath = resourcesMap.get("parent.jar"); in testLookupOrder_loadClass() local
/aosp_15_r20/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/command/
H A DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 … verifyFileSystemCondition(notNullOrEmpty(parentPath), parentPath, "filesystem.doesNotExist"); in handle() local
52 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.doesNotExist… in handle() local
H A DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/command/
H A DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 … verifyFileSystemCondition(notNullOrEmpty(parentPath), parentPath, "filesystem.doesNotExist"); in handle() local
52 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.doesNotExist… in handle() local
H A DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/command/
H A DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 … verifyFileSystemCondition(notNullOrEmpty(parentPath), parentPath, "filesystem.doesNotExist"); in handle() local
52 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.doesNotExist… in handle() local
H A DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/command/
H A DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 … verifyFileSystemCondition(notNullOrEmpty(parentPath), parentPath, "filesystem.doesNotExist"); in handle() local
52 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.doesNotExist… in handle() local
H A DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/aosp_15_r20/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 … verifyFileSystemCondition(notNullOrEmpty(parentPath), parentPath, "filesystem.doesNotExist"); in handle() local
52 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.doesNotExist… in handle() local
H A DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/
H A DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 … verifyFileSystemCondition(notNullOrEmpty(parentPath), parentPath, "filesystem.doesNotExist"); in handle() local
52 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.doesNotExist… in handle() local
H A DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/command/
H A DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 … verifyFileSystemCondition(notNullOrEmpty(parentPath), parentPath, "filesystem.doesNotExist"); in handle() local
52 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.doesNotExist… in handle() local
H A DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/command/
H A DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 … verifyFileSystemCondition(notNullOrEmpty(parentPath), parentPath, "filesystem.doesNotExist"); in handle() local
52 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.doesNotExist… in handle() local
H A DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.pathDoesNotE… in handle() local
H A DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/command/
H A DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.doesNotExist… in handle() local
H A DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/command/
H A DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.pathDoesNotE… in handle() local
H A DAbstractStoreFileCommandHandler.java51 String parentPath = getFileSystem().getParent(path); in handle() local
52 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local
/aosp_15_r20/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
H A DRntoCommandHandler.java50 String parentPath = getFileSystem().getParent(toPath); in handle() local
51 …verifyFileSystemCondition(getFileSystem().exists(parentPath), parentPath, "filesystem.pathDoesNotE… in handle() local
H A DAbstractStoreFileCommandHandler.java54 String parentPath = getFileSystem().getParent(path); in handle() local
55 …verifyFileSystemCondition(getFileSystem().isDirectory(parentPath), parentPath, "filesystem.isNotAD… in handle() local

12345678910>>...25