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

  /external/chromium_org/ui/file_manager/file_manager/background/js/
file_operation_manager.js 21 fileOperationUtil.resolvePath = function(root, path) {
66 var resolvePath = function(trialPath, numRetry, copyNumber) {
67 return fileOperationUtil.resolvePath(dirEntry, trialPath).then(function() {
76 return resolvePath(newTrialPath, numRetry - 1, copyNumber + 1);
88 var promise = resolvePath(relativePath, MAX_RETRY, 1).catch(function(error) {
93 targetPromise = fileOperationUtil.resolvePath(dirEntry, relativePath);
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.core.resources_3.6.1.R36x_v20101007-1215.jar 
org.apache.commons.httpclient_3.1.0.v201005080502.jar 
org.eclipse.ui.ide_3.6.2.M20101117-0800.jar 
  /prebuilts/eclipse/maven/apache-maven-3.2.1/lib/
maven-compat-3.2.1.jar 

Completed in 498 milliseconds