/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/ |
D | detection.py | 66 absolute_path = self._filesystem.abspath(path) 71 if SVN.in_working_directory(absolute_path, executive=self._executive): 72 …return SVN(cwd=absolute_path, patch_directories=patch_directories, filesystem=self._filesystem, ex… 74 if Git.in_working_directory(absolute_path, executive=self._executive): 75 return Git(cwd=absolute_path, filesystem=self._filesystem, executive=self._executive)
|
D | scm_mock.py | 76 def absolute_path(self, *comps): member in MockSCM 109 self._filesystem.move(self.absolute_path(origin), self.absolute_path(destination))
|
D | scm.py | 63 def absolute_path(self, repository_relative_path): member in SCM
|
D | git.py | 100 … return self._filesystem.exists(self.absolute_path(self._filesystem.join('.git', 'rebase-apply')))
|
/external/chromium_org/chrome/browser/chromeos/file_manager/ |
D | fileapi_util.cc | 52 const base::FilePath& absolute_path, in ConvertAbsoluteFilePathToFileSystemUrl() argument 59 absolute_path, in ConvertAbsoluteFilePathToFileSystemUrl() 70 const base::FilePath& absolute_path, in ConvertAbsoluteFilePathToRelativeFileSystemPath() argument 89 if (!backend->GetVirtualPath(absolute_path, virtual_path)) in ConvertAbsoluteFilePathToRelativeFileSystemPath()
|
D | fileapi_util.h | 52 const base::FilePath& absolute_path, 62 const base::FilePath& absolute_path,
|
D | file_browser_handlers.cc | 180 base::FilePath absolute_path; member 269 file.absolute_path = local_path; in SetupFileAccessPermissions() 424 handler_pid, iter->absolute_path); in SetupHandlerHostFileAccessPermissions() 428 GrantCreateReadWriteFile(handler_pid, iter->absolute_path); in SetupHandlerHostFileAccessPermissions()
|
/external/chromium-trace/trace-viewer/build/ |
D | parse_deps.py | 45 def _find_and_load_filename(self, absolute_path): argument 46 if not os.path.exists(absolute_path): 49 f = open(absolute_path, 'r') 53 return absolute_path, contents 59 absolute_path = os.path.join(self._root_dir, filename) 60 return self._find_and_load_filename(absolute_path) 66 absolute_path = os.path.join(self._root_dir, filename) 67 return self._find_and_load_filename(absolute_path)
|
/external/chromium_org/chrome/common/extensions/ |
D | PRESUBMIT.py | 98 absolute_path = affected_file.AbsoluteLocalPath() 99 if not os.path.exists(absolute_path): 105 contents = _ReadFile(absolute_path) 112 absolute_path])
|
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/ |
D | CodeGeneratorFrontend.py | 150 def get_this_script_path_(absolute_path): argument 151 absolute_path = os.path.abspath(absolute_path) 162 fill_recursive(absolute_path, 4)
|
/external/chromium_org/tools/ |
D | licenses.py | 242 absolute_path = os.path.join(root, filename[1:]) 244 absolute_path = os.path.join(root, path, filename) 245 if os.path.exists(absolute_path): 246 return absolute_path
|
/external/chromium_org/ppapi/proxy/ |
D | file_ref_resource.cc | 198 std::string absolute_path; in GetAbsolutePath() local 200 BROWSER, PpapiHostMsg_FileRef_GetAbsolutePath(), &absolute_path); in GetAbsolutePath() 203 absolute_path_var_ = new StringVar(absolute_path); in GetAbsolutePath()
|
/external/chromium_org/chrome/browser/extensions/ |
D | component_loader.cc | 196 base::FilePath absolute_path = base::MakeAbsoluteFilePath(path); in AddOrReplace() local 199 extension_file_util::LoadManifest(absolute_path, &error)); in AddOrReplace() 202 absolute_path.value() << "'. " << error; in AddOrReplace() 205 Remove(GenerateId(manifest.get(), absolute_path)); in AddOrReplace() 207 return Add(manifest.release(), absolute_path); in AddOrReplace()
|
/external/chromium_org/apps/ |
D | launcher.cc | 93 base::FilePath absolute_path(relative_path); in GetAbsolutePathFromCommandLine() local 94 if (!MakePathAbsolute(current_directory, &absolute_path)) { in GetAbsolutePathFromCommandLine() 98 *path = absolute_path; in GetAbsolutePathFromCommandLine()
|
/external/chromium_org/webkit/browser/fileapi/ |
D | external_mount_points.h | 97 bool GetVirtualPath(const base::FilePath& absolute_path,
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/ |
D | layout_tests_mover_unittest.py | 81 return self.host.scm().absolute_path('LayoutTests', *paths)
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | CodeGeneratorInspector.py | 1656 def get_this_script_path_(absolute_path): argument 1657 absolute_path = os.path.abspath(absolute_path) 1668 fill_recursive(absolute_path, 4)
|