HomeSort by relevance Sort by last modified time
    Searched refs:absolute_path (Results 1 - 3 of 3) sorted by null

  /external/webkit/Tools/Scripts/webkitpy/tool/commands/
rebaseline.py 108 absolute_path = os.path.join(port.layout_tests_dir(), test)
109 expected_file = port.expected_filename(absolute_path, ".txt")
  /external/webkit/Tools/Scripts/webkitpy/common/checkout/
scm.py 79 absolute_path = os.path.abspath(path)
84 if SVN.in_working_directory(absolute_path):
85 return SVN(cwd=absolute_path, patch_directories=patch_directories)
87 if Git.in_working_directory(absolute_path):
88 return Git(cwd=absolute_path)
169 def absolute_path(self, repository_relative_path): member in class:SCM
413 absolute_path = self.absolute_path(path)
416 os.rmdir(absolute_path)
418 os.remove(absolute_path)
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 368 String absolute_path = AndroidManifest.combinePackageAndClassName( local
373 addQuotes(absolute_path));

Completed in 191 milliseconds