Searched refs:absolute_path (Results 1 - 18 of 18) sorted by relevance

/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
H A 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, executive=self._executive)
74 if Git.in_working_directory(absolute_path, executive=self._executive):
75 return Git(cwd=absolute_path, filesystem=self._filesystem, executive=self._executive)
H A Dscm_mock.py76 def absolute_path(self, *comps): member in class:MockSCM
109 self._filesystem.move(self.absolute_path(origin), self.absolute_path(destination))
H A Dscm.py63 def absolute_path(self, repository_relative_path): member in class:SCM
H A Dgit.py100 return self._filesystem.exists(self.absolute_path(self._filesystem.join('.git', 'rebase-apply')))
/external/chromium_org/mojo/spy/ui/
H A Ddev_server.py20 return module_resource.absolute_path.startswith(project.spy_path)
/external/chromium_org/tools/telemetry/telemetry/web_components/
H A Ddev_server.py20 return module_resource.absolute_path.startswith(project.telemetry_path)
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfileapi_util.h35 base::FilePath absolute_path; member in struct:file_manager::util::FileDefinition
95 // if |absolute_path| is not managed by the external filesystem provider.
97 const base::FilePath& absolute_path,
103 // |absolute_path| is not managed by the external filesystem provider.
107 const base::FilePath& absolute_path,
H A Dfileapi_util.cc281 const base::FilePath& absolute_path,
287 absolute_path,
298 const base::FilePath& absolute_path,
312 if (!backend->GetVirtualPath(absolute_path, virtual_path))
280 ConvertAbsoluteFilePathToFileSystemUrl(Profile* profile, const base::FilePath& absolute_path, const std::string& extension_id, GURL* url) argument
295 ConvertAbsoluteFilePathToRelativeFileSystemPath( Profile* profile, const std::string& extension_id, const base::FilePath& absolute_path, base::FilePath* virtual_path) argument
H A Dfile_browser_handlers.cc249 file_definition.absolute_path = local_path;
422 handler_pid, iter->absolute_path);
426 GrantCreateReadWriteFile(handler_pid, iter->absolute_path);
/external/chromium-trace/trace-viewer/build/
H A Dparse_deps.py45 def _find_and_load_filename(self, absolute_path):
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/
H A DPRESUBMIT.py106 absolute_path = affected_file.AbsoluteLocalPath()
107 if not os.path.exists(absolute_path):
113 contents = _ReadFile(absolute_path)
120 absolute_path])
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A DCodeGeneratorFrontend.py150 def get_this_script_path_(absolute_path):
151 absolute_path = os.path.abspath(absolute_path)
162 fill_recursive(absolute_path, 4)
/external/chromium_org/tools/
H A Dlicenses.py250 absolute_path = os.path.join(root, filename[1:])
252 absolute_path = os.path.join(root, path, filename)
253 if os.path.exists(absolute_path):
254 return absolute_path
/external/chromium_org/ppapi/proxy/
H A Dfile_ref_resource.cc200 std::string absolute_path; local
202 BROWSER, PpapiHostMsg_FileRef_GetAbsolutePath(), &absolute_path);
205 absolute_path_var_ = new StringVar(absolute_path);
/external/chromium_org/storage/browser/fileapi/
H A Dexternal_mount_points.h102 bool GetVirtualPath(const base::FilePath& absolute_path,
/external/chromium_org/chrome/browser/extensions/
H A Dcomponent_loader.cc185 base::FilePath absolute_path = base::MakeAbsoluteFilePath(path); local
188 file_util::LoadManifest(absolute_path, &error));
191 absolute_path.value() << "'. " << error;
194 Remove(GenerateId(manifest.get(), absolute_path));
196 return Add(manifest.release(), absolute_path);
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
H A Dlayout_tests_mover_unittest.py82 return self.host.scm().absolute_path('LayoutTests', *paths)
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DCodeGeneratorInspector.py1488 def get_this_script_path_(absolute_path):
1489 absolute_path = os.path.abspath(absolute_path)
1500 fill_recursive(absolute_path, 4)

Completed in 2003 milliseconds