Home
last modified time | relevance | path

Searched refs:absolute_path (Results 1 – 17 of 17) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
Ddetection.py66 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)
Dscm_mock.py76 def absolute_path(self, *comps): member in MockSCM
109 self._filesystem.move(self.absolute_path(origin), self.absolute_path(destination))
Dscm.py63 def absolute_path(self, repository_relative_path): member in SCM
Dgit.py100 … return self._filesystem.exists(self.absolute_path(self._filesystem.join('.git', 'rebase-apply')))
/external/chromium_org/chrome/browser/chromeos/file_manager/
Dfileapi_util.cc52 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()
Dfileapi_util.h52 const base::FilePath& absolute_path,
62 const base::FilePath& absolute_path,
Dfile_browser_handlers.cc180 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/
Dparse_deps.py45 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/
DPRESUBMIT.py98 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/
DCodeGeneratorFrontend.py150 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/
Dlicenses.py242 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/
Dfile_ref_resource.cc198 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/
Dcomponent_loader.cc196 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/
Dlauncher.cc93 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/
Dexternal_mount_points.h97 bool GetVirtualPath(const base::FilePath& absolute_path,
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
Dlayout_tests_mover_unittest.py81 return self.host.scm().absolute_path('LayoutTests', *paths)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
DCodeGeneratorInspector.py1656 def get_this_script_path_(absolute_path): argument
1657 absolute_path = os.path.abspath(absolute_path)
1668 fill_recursive(absolute_path, 4)