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

  /external/chromium_org/chrome/browser/chromeos/file_manager/
fileapi_util.h 35 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,
  /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 200 std::string absolute_path; local
202 BROWSER, PpapiHostMsg_FileRef_GetAbsolutePath(), &absolute_path);
205 absolute_path_var_ = new StringVar(absolute_path);
  /art/runtime/
oat_file.cc 160 char* absolute_path = realpath(elf_filename.c_str(), NULL); local
161 if (absolute_path == NULL) {
165 dlopen_handle_ = dlopen(absolute_path, RTLD_NOW);
166 free(absolute_path);
  /external/chromium_org/chrome/browser/extensions/
component_loader.cc 185 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);
  /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 156 milliseconds