HomeSort by relevance Sort by last modified time
    Searched full:absolute_path (Results 1 - 25 of 26) sorted by null

1 2

  /external/chromium_org/chrome/common/extensions/docs/server2/test_data/sidenav_data_source/
absolute_path_sidenav.json 4 "href": "/absolute_path/h1.html"
8 "href": "/absolute_path/h2.html",
19 "href": "/absolute_path/y.html"
absolute_path_sidenav_expected.json 4 "href": "/absolute_path/h1.html",
8 "href": "/absolute_path/h2.html",
23 "href": "/absolute_path/y.html",
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
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, 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)
scm_mock.py 89 def absolute_path(self, *comps): member in class:MockSCM
167 self._filesystem.move(self.absolute_path(origin), self.absolute_path(destination))
svn.py 164 absolute_path = self.absolute_path(path)
167 os.rmdir(absolute_path)
169 os.remove(absolute_path)
scm.py 82 def absolute_path(self, repository_relative_path): member in class:SCM
  /external/chromium_org/chrome/common/extensions/docs/server2/
sidenav_data_source_test.py 61 self._json_path).Create('absolute_path/test.html')
62 sidenav_json = sidenav_data_source.get('absolute_path')
  /external/chromium_org/chrome/common/extensions/
PRESUBMIT.py 98 absolute_path = affected_file.AbsoluteLocalPath()
99 if not os.path.exists(absolute_path):
105 contents = _ReadFile(absolute_path)
112 absolute_path])
extension_unittest.cc 103 scoped_refptr<Extension> extension = LoadManifestStrict("absolute_path",
  /external/chromium-trace/trace-viewer/build/
parse_deps.py 45 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/ppapi/proxy/
file_ref_resource.cc 217 std::string absolute_path; local
219 BROWSER, PpapiHostMsg_FileRef_GetAbsolutePath(), &absolute_path);
222 absolute_path_var_ = new StringVar(absolute_path);
ppapi_messages.h     [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
CodeGeneratorFrontend.py 150 def get_this_script_path_(absolute_path):
151 absolute_path = os.path.abspath(absolute_path)
162 fill_recursive(absolute_path, 4)
  /external/chromium_org/chrome/browser/extensions/
component_loader.cc 182 base::FilePath absolute_path = base::MakeAbsoluteFilePath(path); local
185 extension_file_util::LoadManifest(absolute_path, &error));
188 absolute_path.value() << "'. " << error;
191 Remove(GenerateId(manifest.get(), absolute_path));
193 return Add(manifest.release(), absolute_path);
  /external/chromium_org/apps/
launcher.cc 87 base::FilePath absolute_path(relative_path);
88 if (!MakePathAbsolute(current_directory, &absolute_path)) {
92 *path = absolute_path;
  /art/runtime/
oat_file.cc 131 char* absolute_path = realpath(elf_filename.c_str(), NULL); local
132 if (absolute_path == NULL) {
136 dlopen_handle_ = dlopen(absolute_path, RTLD_NOW);
137 free(absolute_path);
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/
checkout.py 53 return filter(predicate, map(self._scm.absolute_path, changed_files))
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
workspace.py 63 # absolute_path = os.path.join(root, path)
  /external/chromium_org/tools/
licenses.py 249 absolute_path = os.path.join(root, filename[1:])
251 absolute_path = os.path.join(root, path, filename)
252 if os.path.exists(absolute_path):
253 return absolute_path
  /external/chromium_org/chrome/browser/chromeos/extensions/file_manager/
file_browser_handlers.cc 176 base::FilePath absolute_path; member in struct:file_manager::file_browser_handlers::__anon6829::FileBrowserHandlerExecutor::FileDefinition
273 file.absolute_path = local_path;
454 handler_pid, iter->absolute_path);
458 GrantCreateReadWriteFile(handler_pid, iter->absolute_path);
  /external/chromium_org/webkit/browser/fileapi/
external_mount_points.h 93 bool GetVirtualPath(const base::FilePath& absolute_path,
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/
layout_tests_mover_unittest.py 81 return self.host.scm().absolute_path('LayoutTests', *paths)
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/renamepackage/
ApplicationPackageNameRefactoring.java 381 String absolute_path = AndroidManifest.combinePackageAndClassName( local
386 addQuotes(absolute_path));
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
CodeGeneratorInspector.py     [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/CodeWarrior/
Metrowerks_Shell_Suite.py     [all...]

Completed in 867 milliseconds

1 2