/external/vogar/src/vogar/android/ |
D | AndroidSdk.java | 227 "-F", apk.getPath(), in packageApk() 228 "-M", manifest.getPath(), in packageApk() 234 new Command(log, "aapt", "add", "-k", apk.getPath(), dex.getPath()).execute(); in addToApk() 238 new Command(log, "adb", "shell", "mv", source.getPath(), destination.getPath()).execute(); in mv() 242 new Command(log, "adb", "shell", "rm", "-r", name.getPath()).execute(); in rm() 247 new Command(log, "adb", "shell", "cat", source.getPath(), ">", destination.getPath()) in cp() 252 new Command(log, "adb", "pull", remote.getPath(), local.getPath()).execute(); in pull() 256 Command fallback = new Command(log, "adb", "push", local.getPath(), remote.getPath()); in push() 274 new Command(log, "adb", "install", "-r", apk.getPath()).execute(); in install() 297 String pathArgument = path.getPath() + "/"; in ensureDirectory()
|
D | DeviceFilesystem.java | 50 while (dir != null && !dir.getPath().equals("/sdcard") && !dir.getPath().equals("/")) { in mkdirs() 70 args.add(name.getPath()); in mkdir() 86 args.add(dir.getPath()); in ls() 91 if (fileString.equals(dir.getPath() + ": No such file or directory")) { in ls() 94 if (fileString.equals(dir.getPath())) { in ls()
|
/external/deqp/framework/delibs/decpp/ |
D | deFilePath.cpp | 154 return FilePath(components).getPath(); in getDirName() 176 int result = stat(normPath.getPath(), &st); in exists() 184 int result = stat(normPath.getPath(), &st); in getType() 227 DE_TEST_ASSERT(string(".") == FilePath(".//.").normalize().getPath()); in FilePath_selfTest() 228 DE_TEST_ASSERT(string(".") == FilePath(".").normalize().getPath()); in FilePath_selfTest() 229 …("..") + FilePath::separator + "test") == FilePath("foo/../bar/../../test").normalize().getPath()); in FilePath_selfTest() 230 …ePath::separator + "foo.txt") == FilePath("/foo\\bar/..\\dir\\..\\foo.txt").normalize().getPath()); in FilePath_selfTest() 231 …ath::separator + "foo.txt") == FilePath("c:/foo\\bar/..\\dir\\..\\foo.txt").normalize().getPath()); in FilePath_selfTest() 232 …th::separator + "foo.txt") == FilePath("\\\\foo\\bar/..\\dir\\..\\foo.txt").normalize().getPath()); in FilePath_selfTest() 282 createPaths.push_back(curPath.getPath()); in createDirectoryAndParents() [all …]
|
/external/vogar/src/vogar/ |
D | SshTarget.java | 64 .args("ssh", "-p", Integer.toString(port), host, "-C", "rm", "-r", file.getPath()) in rm() 95 local.getPath(), host + ":" + remote.getPath()).execute(); in push() 104 host + ":" + remote.getPath(), local.getPath()).execute(); in pull()
|
/external/apache-http/src/org/apache/http/impl/cookie/ |
D | BasicPathHandler.java | 66 "Illegal path attribute \"" + cookie.getPath() in validate() 67 + "\". Path of origin: \"" + origin.getPath() + "\""); in validate() 78 String targetpath = origin.getPath(); in match() 79 String topmostPath = cookie.getPath(); in match()
|
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | AbstractFileSystemEntryTest.groovy | 38 assertNull("path", entry.getPath()) 40 assert entry.getPath() == PATH 51 assertEquals("path", PATH, entry.getPath()) 53 assert entry.getPath() == ""
|
/external/jmonkeyengine/engine/src/core/com/jme3/asset/ |
D | ImplHandler.java | 82 public String getPath() { in getPath() method in ImplHandler.ImplThreadLocal 146 if (local.getPath() != null){ in tryLocate() 147 locator.setRootPath((String) local.getPath()); in tryLocate() 201 if (locator.getPath().equals(rootPath) && in removeLocator()
|
/external/parameter-framework/parameter/ |
D | ParameterHandle.cpp | 63 string CParameterHandle::getPath() const in getPath() function in CParameterHandle 65 return _pBaseParameter->getPath(); in getPath() 484 strError += getPath(); in checkAccessValidity() 493 strError += getPath(); in checkAccessValidity() 502 strError += getPath(); in checkAccessValidity() 511 strError += getPath(); in checkAccessValidity()
|
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandler.java | 83 LOG.error("Error writing to file [" + file.getPath() + "]", e); in handle() 84 throw new FileSystemException(file.getPath(), null, e); in handle() 90 LOG.error("Error closing OutputStream for file [" + file.getPath() + "]", e); in handle()
|
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandler.java | 80 LOG.error("Error writing to file [" + file.getPath() + "]", e); in handle() 81 throw new FileSystemException(file.getPath(), null, e); in handle() 87 LOG.error("Error closing OutputStream for file [" + file.getPath() + "]", e); in handle()
|
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandler.java | 83 LOG.error("Error writing to file [" + file.getPath() + "]", e); in handle() 84 throw new FileSystemException(file.getPath(), null, e); in handle() 90 LOG.error("Error closing OutputStream for file [" + file.getPath() + "]", e); in handle()
|
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandler.java | 83 LOG.error("Error writing to file [" + file.getPath() + "]", e); in handle() 84 throw new FileSystemException(file.getPath(), null, e); in handle() 90 LOG.error("Error closing OutputStream for file [" + file.getPath() + "]", e); in handle()
|
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandler.java | 83 LOG.error("Error writing to file [" + file.getPath() + "]", e); in handle() 84 throw new FileSystemException(file.getPath(), null, e); in handle() 90 LOG.error("Error closing OutputStream for file [" + file.getPath() + "]", e); in handle()
|
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandler.java | 83 LOG.error("Error writing to file [" + file.getPath() + "]", e); in handle() 84 throw new FileSystemException(file.getPath(), null, e); in handle() 90 LOG.error("Error closing OutputStream for file [" + file.getPath() + "]", e); in handle()
|
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandler.java | 83 LOG.error("Error writing to file [" + file.getPath() + "]", e); in handle() 84 throw new FileSystemException(file.getPath(), null, e); in handle() 90 LOG.error("Error closing OutputStream for file [" + file.getPath() + "]", e); in handle()
|
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandler.java | 83 LOG.error("Error writing to file [" + file.getPath() + "]", e); in handle() 84 throw new FileSystemException(file.getPath(), null, e); in handle() 90 LOG.error("Error closing OutputStream for file [" + file.getPath() + "]", e); in handle()
|
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandler.java | 83 LOG.error("Error writing to file [" + file.getPath() + "]", e); in handle() 84 throw new FileSystemException(file.getPath(), null, e); in handle() 90 LOG.error("Error closing OutputStream for file [" + file.getPath() + "]", e); in handle()
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandler.java | 83 LOG.error("Error writing to file [" + file.getPath() + "]", e); in handle() 84 throw new FileSystemException(file.getPath(), null, e); in handle() 90 LOG.error("Error closing OutputStream for file [" + file.getPath() + "]", e); in handle()
|
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandler.java | 83 LOG.error("Error writing to file [" + file.getPath() + "]", e); in handle() 84 throw new FileSystemException(file.getPath(), null, e); in handle() 90 LOG.error("Error closing OutputStream for file [" + file.getPath() + "]", e); in handle()
|
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/command/ |
D | AbstractStoreFileCommandHandler.java | 83 LOG.error("Error writing to file [" + file.getPath() + "]", e); in handle() 84 throw new FileSystemException(file.getPath(), null, e); in handle() 90 LOG.error("Error closing OutputStream for file [" + file.getPath() + "]", e); in handle()
|
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | AbstractFileSystemEntryTest.groovy | 39 assertNull("path", entry.getPath()) 41 assert entry.getPath() == PATH 49 assertEquals("path", PATH, entry.getPath()) 51 assert entry.getPath() == ""
|
/external/mockftpserver/tags/2.3/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | AbstractFileSystemEntryTestCase.groovy | 39 assertNull("path", entry.getPath()) 41 assert entry.getPath() == PATH 49 assertEquals("path", PATH, entry.getPath()) 51 assert entry.getPath() == ""
|
/external/mockftpserver/tags/2.0-rc1/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | AbstractFileSystemEntryTest.groovy | 39 assertNull("path", entry.getPath()) 41 assert entry.getPath() == PATH 49 assertEquals("path", PATH, entry.getPath()) 51 assert entry.getPath() == ""
|
/external/mockftpserver/MockFtpServer/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | AbstractFileSystemEntryTestCase.groovy | 39 assertNull("path", entry.getPath()) 41 assert entry.getPath() == PATH 49 assertEquals("path", PATH, entry.getPath()) 51 assert entry.getPath() == ""
|
/external/mockftpserver/tags/2.0/src/test/groovy/org/mockftpserver/fake/filesystem/ |
D | AbstractFileSystemEntryTest.groovy | 39 assertNull("path", entry.getPath()) 41 assert entry.getPath() == PATH 49 assertEquals("path", PATH, entry.getPath()) 51 assert entry.getPath() == ""
|