HomeSort by relevance Sort by last modified time
    Searched defs:fromPath (Results 1 - 25 of 35) sorted by null

1 2

  /external/mockftpserver/MockFtpServer/src/main/java/org/mockftpserver/fake/command/
RnfrCommandHandler.java 41 String fromPath = getRealPath(session, command.getRequiredParameter(0));
44 verifyFileSystemCondition(getFileSystem().exists(fromPath), fromPath, "filesystem.doesNotExist");
47 verifyReadPermission(session, fromPath);
49 session.setAttribute(SessionKeys.RENAME_FROM, fromPath);
RntoCommandHandler.java 44 String fromPath = (String) getRequiredSessionAttribute(session, SessionKeys.RENAME_FROM);
55 getFileSystem().rename(fromPath, toPath);
58 sendReply(session, ReplyCodes.RNTO_OK, "rnto", list(fromPath, toPath));
  /system/vold/
MoveTask.cpp 129 static status_t execCp(const std::string& fromPath, const std::string& toPath,
133 uint64_t expectedBytes = GetTreeBytes(fromPath);
148 if (pushBackContents(fromPath, cmd, false) != OK) {
149 LOG(WARNING) << "No contents in " << fromPath;
197 std::string fromPath;
212 fromPath = mFrom->getInternalPath();
221 if (execCp(fromPath, toPath, 20, 60) != OK) {
235 if (execRm(fromPath, 85, 15) != OK) {
  /frameworks/layoutlib/bridge/src/android/util/
PathParser_Delegate.java 149 PathParser_Delegate fromPath = PathParser_Delegate.getDelegate(fromDataPtr);
151 if (fromPath == null || toPath == null || fromPath.getPathDataNodes() == null || toPath
155 return PathParser_Delegate.canMorph(fromPath.getPathDataNodes(), toPath.getPathDataNodes());
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/shared/maven-doxia-tools/1.0.2/
maven-doxia-tools-1.0.2.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.frameworkadmin_2.0.100.v20130327-2119.jar 
org.eclipse.equinox.frameworkadmin.equinox_1.0.500.v20130327-2119.jar 
  /external/caliper/lib/
jsr311-api-1.1.1.jar 
jersey-core-1.11.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.1/
kotlin-compiler-runner-1.1.1.jar 
  /prebuilts/tools/common/m2/repository/org/jetbrains/kotlin/kotlin-compiler-runner/1.1.3/
kotlin-compiler-runner-1.1.3.jar 
  /prebuilts/misc/common/robolectric/lib/
plexus-utils-1.5.15.jar 
maven-ant-tasks-2.1.3.jar 
ant-1.8.0.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.1/
plexus-utils-1.5.1.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/1.5.15/
plexus-utils-1.5.15.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.17/
plexus-utils-3.0.17.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.22/
plexus-utils-3.0.22.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.7/
plexus-utils-3.0.7.jar 
  /prebuilts/tools/common/m2/repository/org/codehaus/plexus/plexus-utils/3.0.9/
plexus-utils-3.0.9.jar 
  /prebuilts/tools/common/m2/repository/org/apache/maven/maven-ant-tasks/2.1.3/
maven-ant-tasks-2.1.3.jar 
  /external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha6/
builder-3.0.0-alpha6.jar 
  /prebuilts/gradle-plugin/com/android/tools/build/builder/3.0.0-alpha7/
builder-3.0.0-alpha7.jar 
  /prebuilts/tools/common/ant/
ant.jar 

Completed in 1167 milliseconds

1 2