Searched defs:toPath (Results 1 - 25 of 39) sorted by relevance

12

/external/skia/src/pathops/
H A DSkOpContour.cpp40 void SkOpContour::toPath(SkPathWriter* path) const { function in class:SkOpContour
/external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java72 * @param toPath - the target (new) path + filename
73 * @throws AssertionError - if fromPath or toPath is null
76 public void rename(String fromPath, String toPath); argument
H A DAbstractFakeFileSystem.java252 * @param toPath - the target (new) path + filename
253 * @throws AssertionError - if fromPath or toPath is null
256 public void rename(String fromPath, String toPath) { argument
257 Assert.notNull(toPath, "toPath");
262 if (exists(toPath)) {
263 throw new FileSystemException(toPath, "filesystem.alreadyExists");
267 String normalizedToPath = normalize(toPath);
275 throw new FileSystemException(toPath, "filesystem.renameFailed");
465 * @param toPath
467 renamePath(FileSystemEntry entry, String toPath) argument
[all...]
/external/mockftpserver/tags/2.0/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java72 * @param toPath - the target (new) path + filename
73 * @throws AssertionError - if fromPath or toPath is null
76 public void rename(String fromPath, String toPath); argument
H A DAbstractFakeFileSystem.java251 * @param toPath - the target (new) path + filename
252 * @throws AssertionError - if fromPath or toPath is null
255 public void rename(String fromPath, String toPath) { argument
256 Assert.notNull(toPath, "toPath");
262 String normalizedToPath = normalize(toPath);
456 * @param toPath - the TO path (normalized)
458 protected void renamePath(FileSystemEntry entry, String toPath) { argument
460 String normalizedTo = normalize(toPath);
/external/mockftpserver/tags/2.0-rc1/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java72 * @param toPath - the target (new) path + filename
73 * @throws AssertionError - if fromPath or toPath is null
76 public void rename(String fromPath, String toPath); argument
H A DAbstractFakeFileSystem.java251 * @param toPath - the target (new) path + filename
252 * @throws AssertionError - if fromPath or toPath is null
255 public void rename(String fromPath, String toPath) { argument
256 Assert.notNull(toPath, "toPath");
262 String normalizedToPath = normalize(toPath);
456 * @param toPath - the TO path (normalized)
458 protected void renamePath(FileSystemEntry entry, String toPath) { argument
460 String normalizedTo = normalize(toPath);
/external/mockftpserver/tags/2.0-rc1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java72 * @param toPath - the target (new) path + filename
73 * @throws AssertionError - if fromPath or toPath is null
76 public void rename(String fromPath, String toPath); argument
H A DAbstractFakeFileSystem.java251 * @param toPath - the target (new) path + filename
252 * @throws AssertionError - if fromPath or toPath is null
255 public void rename(String fromPath, String toPath) { argument
256 Assert.notNull(toPath, "toPath");
262 String normalizedToPath = normalize(toPath);
451 * @param toPath - the TO path (normalized)
453 protected void renamePath(FileSystemEntry entry, String toPath) { argument
455 String normalizedTo = normalize(toPath);
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java72 * @param toPath - the target (new) path + filename
73 * @throws AssertionError - if fromPath or toPath is null
76 public void rename(String fromPath, String toPath); argument
H A DAbstractFakeFileSystem.java251 * @param toPath - the target (new) path + filename
252 * @throws AssertionError - if fromPath or toPath is null
255 public void rename(String fromPath, String toPath) { argument
256 Assert.notNull(toPath, "toPath");
262 String normalizedToPath = normalize(toPath);
456 * @param toPath - the TO path (normalized)
458 protected void renamePath(FileSystemEntry entry, String toPath) { argument
460 String normalizedTo = normalize(toPath);
/external/mockftpserver/tags/2.0.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java72 * @param toPath - the target (new) path + filename
73 * @throws AssertionError - if fromPath or toPath is null
76 public void rename(String fromPath, String toPath); argument
H A DAbstractFakeFileSystem.java251 * @param toPath - the target (new) path + filename
252 * @throws AssertionError - if fromPath or toPath is null
255 public void rename(String fromPath, String toPath) { argument
256 Assert.notNull(toPath, "toPath");
262 String normalizedToPath = normalize(toPath);
456 * @param toPath - the TO path (normalized)
458 protected void renamePath(FileSystemEntry entry, String toPath) { argument
460 String normalizedTo = normalize(toPath);
/external/mockftpserver/tags/2.0.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java72 * @param toPath - the target (new) path + filename
73 * @throws AssertionError - if fromPath or toPath is null
76 public void rename(String fromPath, String toPath); argument
H A DAbstractFakeFileSystem.java251 * @param toPath - the target (new) path + filename
252 * @throws AssertionError - if fromPath or toPath is null
255 public void rename(String fromPath, String toPath) { argument
256 Assert.notNull(toPath, "toPath");
262 String normalizedToPath = normalize(toPath);
456 * @param toPath - the TO path (normalized)
458 protected void renamePath(FileSystemEntry entry, String toPath) { argument
460 String normalizedTo = normalize(toPath);
/external/mockftpserver/tags/2.1/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java72 * @param toPath - the target (new) path + filename
73 * @throws AssertionError - if fromPath or toPath is null
76 public void rename(String fromPath, String toPath); argument
/external/mockftpserver/tags/2.2/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java72 * @param toPath - the target (new) path + filename
73 * @throws AssertionError - if fromPath or toPath is null
76 public void rename(String fromPath, String toPath); argument
/external/mockftpserver/tags/2.3/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java72 * @param toPath - the target (new) path + filename
73 * @throws AssertionError - if fromPath or toPath is null
76 public void rename(String fromPath, String toPath); argument
/external/mockftpserver/tags/2.4/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java72 * @param toPath - the target (new) path + filename
73 * @throws AssertionError - if fromPath or toPath is null
76 public void rename(String fromPath, String toPath); argument
/external/mockftpserver/tags/2.5/src/main/java/org/mockftpserver/fake/filesystem/
H A DFileSystem.java72 * @param toPath - the target (new) path + filename
73 * @throws AssertionError - if fromPath or toPath is null
76 public void rename(String fromPath, String toPath); argument
/external/doclava/src/com/google/doclava/
H A DClearPage.java160 public static void copyFile(boolean allowExcepted, File from, String toPath) { argument
161 File to = new File(outputDir + "/" + toPath);
180 if (!isValidContentType(allowExcepted, toPath, DROIDDOC_VALID_CONTENT_TYPES)) {
/external/jsilver/src/com/google/clearsilver/jsilver/data/
H A DUnmodifiableData.java45 public void copy(String toPath, Data from) { argument
H A DData.java194 * @param toPath destination path for the deep copy.
197 void copy(String toPath, Data from); argument
H A DDefaultDataContext.java356 public void copy(String toPath, Data from) { argument
H A DDelegatedData.java233 public void copy(String toPath, Data from) { argument
235 getDelegate().copy(toPath, from);

Completed in 771 milliseconds

12