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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
scm_mock.py 76 def absolute_path(self, *comps): member in class:MockSCM
109 self._filesystem.move(self.absolute_path(origin), self.absolute_path(destination))
scm.py 63 def absolute_path(self, repository_relative_path): member in class:SCM
  /external/chromium_org/ppapi/proxy/
file_ref_resource.cc 198 std::string absolute_path; local
200 BROWSER, PpapiHostMsg_FileRef_GetAbsolutePath(), &absolute_path);
203 absolute_path_var_ = new StringVar(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/chrome/browser/chromeos/file_manager/
file_browser_handlers.cc 180 base::FilePath absolute_path; member in struct:file_manager::file_browser_handlers::__anon4262::FileBrowserHandlerExecutor::FileDefinition
269 file.absolute_path = local_path;
424 handler_pid, iter->absolute_path);
428 GrantCreateReadWriteFile(handler_pid, iter->absolute_path);
  /external/chromium_org/chrome/browser/extensions/
component_loader.cc 196 base::FilePath absolute_path = base::MakeAbsoluteFilePath(path); local
199 extension_file_util::LoadManifest(absolute_path, &error));
202 absolute_path.value() << "'. " << error;
205 Remove(GenerateId(manifest.get(), absolute_path));
207 return Add(manifest.release(), absolute_path);
  /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));

Completed in 123 milliseconds