HomeSort by relevance Sort by last modified time
    Searched defs:GetPath (Results 1 - 25 of 46) sorted by null

1 2

  /art/runtime/base/unix_file/
fd_file.h 60 const std::string& GetPath() const {
  /external/qemu/android/filesystems/
partition_types_unittest.cpp 44 const char* GetPath() const {
81 ::path_empty_file(part.GetPath());
84 androidPartitionType_probeFile(part.GetPath()));
91 android_createEmptyExt4Image(part.GetPath(), 16*1024*1024, "cache");
94 androidPartitionType_probeFile(part.GetPath()));
103 part.GetPath())) << "Could not create Yaffs2 partition image";
106 androidPartitionType_probeFile(part.GetPath()));
115 part.GetPath())) << "Could not create EXT4 partition image";
118 androidPartitionType_probeFile(part.GetPath()));
  /external/chromium_org/chrome/browser/chromeos/login/auth/
mount_manager.cc 34 base::FilePath MountManager::GetPath(const std::string& user_id) {
  /external/chromium_org/ppapi/cpp/
file_ref.cc 82 Var FileRef::GetPath() const {
85 get_interface<PPB_FileRef_1_2>()->GetPath(pp_resource()));
89 get_interface<PPB_FileRef_1_1>()->GetPath(pp_resource()));
93 get_interface<PPB_FileRef_1_0>()->GetPath(pp_resource()));
  /external/chromium_org/tools/
gyp-explain.py 23 def GetPath(graph, fro, to):
106 paths = list(GetPath(g, fro, to))
  /external/lldb/source/Host/macosx/cfcpp/
CFCBundle.cpp 59 CFCBundle::GetPath (char *dst, size_t dst_len)
  /external/chromium_org/android_webview/buildbot/
deps_whitelist.py 94 def GetPath():
  /external/chromium_org/chrome/test/chromedriver/test/
webserver.py 48 def GetPath(self):
130 path = request.GetPath().split('?')[0]
  /external/chromium_org/content/public/test/
test_browser_context.cc 60 base::FilePath TestBrowserContext::GetPath() const {
  /external/chromium_org/content/shell/browser/
shell_browser_context.cc 114 base::FilePath ShellBrowserContext::GetPath() const {
148 GetPath(),
  /external/chromium_org/native_client_sdk/src/doc/doxygen/
rst_index.py 147 def GetPath(filepath):
  /external/chromium_org/ppapi/c/
ppb_file_ref.h 108 * file. Use GetPath() to get the full file path.
112 * GetPath() returns the absolute path of the file.
121 struct PP_Var (*GetPath)(PP_Resource file_ref);
243 struct PP_Var (*GetPath)(PP_Resource file_ref);
264 struct PP_Var (*GetPath)(PP_Resource file_ref);
  /external/chromium_org/ppapi/thunk/
ppb_file_ref_thunk.cc 67 PP_Var GetPath(PP_Resource file_ref) {
68 VLOG(4) << "PPB_FileRef::GetPath()";
72 return enter.object()->GetPath();
173 &GetPath,
186 &GetPath,
201 &GetPath,
  /external/lldb/source/API/
SBFileSpec.cpp 125 SBFileSpec::GetPath (char *dst_path, size_t dst_len) const
129 uint32_t result = m_opaque_ap->GetPath (dst_path, dst_len);
132 log->Printf ("SBFileSpec(%p)::GetPath (dst_path=\"%.*s\", dst_len=%" PRIu64 ") => %u",
178 if (m_opaque_ap->GetPath(path, sizeof(path)))
  /external/lzma/CPP/Windows/
FileDir.h 138 const CSysString &GetPath() const { return _tempDir; }
160 const UString &GetPath() const { return _tempDir; }
  /frameworks/compile/libbcc/lib/Renderscript/
RSInfo.cpp 37 android::String8 RSInfo::GetPath(const char *pFilename) {
  /external/chromium_org/android_webview/browser/
aw_browser_context.cc 106 new AwURLRequestContextGetter(GetPath(), cookie_store_.get());
203 base::FilePath AwBrowserContext::GetPath() const {
  /external/chromium_org/ppapi/proxy/
file_ref_resource.cc 105 PP_Var FileRefResource::GetPath() const {
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile.cc 24 base::FilePath FakeProfile::GetPath() const {
  /external/chromium_org/mojo/public/cpp/bindings/tests/
validation_unittest.cc 134 std::string GetPath(const std::string& root, const std::string& suffix) {
145 if (!ReadAndParseDataFile(GetPath(test, ".data"), &data, &num_handles) ||
146 !ReadResultFile(GetPath(test, ".expected"), expected)) {
161 EnumerateSourceRootRelativeDirectory(GetPath("", ""));
  /external/chromium_org/tools/gen_keyboard_overlay_data/
gen_keyboard_overlay_data.py 403 def GetPath(path_from_src):
422 original_path = GetPath(os.path.join(original_dir, original_filename))
453 outpath = GetPath(os.path.join(outdir, JS_FILENAME))
  /external/chromium_org/chrome/browser/profiles/
off_the_record_profile_impl.cc 232 base::FilePath OffTheRecordProfileImpl::GetPath() const {
233 return profile_->GetPath();
  /external/chromium_org/content/browser/
storage_partition_impl.cc 443 base::FilePath StoragePartitionImpl::GetPath() {
499 helper->ClearDataOnUIThread(storage_origin, origin_matcher, GetPath(),
  /external/chromium_org/third_party/android_crazy_linker/src/src/
crazy_linker_system_mock.cpp 68 const char* GetPath() const { return path_.c_str(); }
114 if (entry->GetPath() && !strcmp(path, entry->GetPath()))
  /external/chromium_org/tools/grit/grit/
util.py 628 assert not os.listdir(self.GetPath())
630 file_path = self.GetPath(name)
644 shutil.rmtree(self.GetPath())
646 def GetPath(self, name=''):
652 return self._AsCurrentDirClass(self.GetPath())

Completed in 1170 milliseconds

1 2