HomeSort by relevance Sort by last modified time
    Searched defs:destinationPath (Results 1 - 6 of 6) sorted by null

  /external/webkit/Source/WebCore/fileapi/
DOMFileSystemBase.cpp 113 static bool verifyAndGetDestinationPathForCopyOrMove(const EntryBase* source, EntryBase* parent, const String& newName, String& destinationPath)
131 destinationPath = parent->fullPath();
133 destinationPath = DOMFilePath::append(destinationPath, newName);
135 destinationPath = DOMFilePath::append(destinationPath, source->name());
155 String destinationPath;
156 if (!verifyAndGetDestinationPathForCopyOrMove(source, parent, newName, destinationPath))
160 String destinationPlatformPath = parent->filesystem()->asyncFileSystem()->virtualToPlatformPath(destinationPath);
161 m_asyncFileSystem->move(sourcePlatformPath, destinationPlatformPath, EntryCallbacks::create(successCallback, errorCallback, this, destinationPath, source->isDirectory()))
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
  /prebuilt/common/ecj/
ecj.jar 

Completed in 62 milliseconds