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

1 2 3 4 5 6 7 8 91011>>

  /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/profiles/
profile_util.cc 26 if (profile->GetPath() == ProfileHelper::GetSigninProfileDir())
  /art/compiler/
elf_fixup.cc 41 LOG(WARNING) << "Failed fo fixup .dynamic in " << file->GetPath();
45 LOG(WARNING) << "Failed fo fixup section headers in " << file->GetPath();
49 LOG(WARNING) << "Failed fo fixup program headers in " << file->GetPath();
53 LOG(WARNING) << "Failed fo fixup .dynsym in " << file->GetPath();
57 LOG(WARNING) << "Failed fo fixup .symtab in " << file->GetPath();
61 LOG(WARNING) << "Failed fo fixup .rel.dyn in " << file->GetPath();
76 elf_file.GetFile().GetPath().c_str(), i,
96 elf_file.GetFile().GetPath().c_str(), i,
109 CHECK_EQ(ph->p_vaddr, ph->p_paddr) << elf_file.GetFile().GetPath() << " i=" << i;
111 << elf_file.GetFile().GetPath() << " i=" << i
    [all...]
file_output_stream.cc 26 FileOutputStream::FileOutputStream(File* file) : OutputStream(file->GetPath()), file_(file) {}
  /external/lldb/source/Host/macosx/cfcpp/
CFCBundle.h 37 GetPath (char *dst, size_t dst_len);
  /external/lldb/test/python_api/default-constructor/
sb_filespec.py 13 obj.GetPath(None, 0)
  /external/chromium_org/chrome/browser/extensions/api/
chrome_extensions_api_client.cc 28 new SyncValueStoreCache(factory, observers, context->GetPath());
  /external/chromium_org/chrome/browser/ui/app_list/test/
fake_profile_store.cc 17 loaded_profiles_[profile->GetPath()] = profile;
18 CallbacksByPath::iterator it = callbacks_.find(profile->GetPath());
26 base::FilePath path(profile->GetPath());
  /art/runtime/
elf_file.cc 162 file_->GetPath().c_str(), file_->Fd(), strerror(errno));
169 file_->GetPath().c_str());
177 file_->GetPath().c_str(), error_msg),
186 sizeof(Elf32_Ehdr), file_->GetPath().c_str());
190 file_->GetPath().c_str(), error_msg),
198 file_->GetPath().c_str(), error_msg),
221 file_->GetPath().c_str());
229 file_->GetPath().c_str());
243 i, file_->GetPath().c_str());
288 << file_->GetPath() << ": " << std::he
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_list_desktop_browsertest.cc 69 size_t index = cache.GetIndexOfProfileWithPath(current_profile->GetPath());
112 base::FilePath path_profile1 = current_profile->GetPath();
133 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
139 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
150 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
151 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
profile_manager_browsertest.cc 132 EXPECT_EQ(new_profile_path, last_used->GetPath());
137 last_used->GetPath().BaseName().MaybeAsASCII();
182 EXPECT_EQ(new_profile_path, last_used->GetPath());
208 EXPECT_EQ(profile_path.value(), last_used_profile->GetPath().value());
283 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
291 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
300 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
301 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
346 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
355 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
    [all...]
avatar_menu_desktop.cc 20 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
gaia_info_update_service.cc 116 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
124 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
152 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
160 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
  /external/chromium_org/chrome/browser/chromeos/login/auth/
mount_manager.h 30 virtual base::FilePath GetPath(const std::string& user_id);
  /external/chromium_org/chrome/browser/media/
webrtc_log_list.cc 25 GetWebRtcLogDirectoryForProfile(profile->GetPath()));
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_win.cc 44 profile_->GetPath().BaseName().AsUTF8Unsafe().c_str(),
  /external/chromium_org/chrome/browser/apps/
app_launch_for_metro_restart_win.cc 58 if (profile_dir.empty() || profile->GetPath().BaseName() != profile_dir)
83 profile->GetPath().BaseName().MaybeAsASCII());
  /external/chromium_org/chrome/browser/ui/bookmarks/
bookmark_drag_drop.cc 29 if (data.IsFromProfilePath(profile->GetPath())) {
31 data.GetNodes(model, profile->GetPath());
  /art/runtime/base/unix_file/
mapped_file.cc 45 PLOG(WARNING) << "Failed to stat file '" << GetPath() << "'";
53 PLOG(WARNING) << "Failed to mmap file '" << GetPath() << "' of size "
70 PLOG(ERROR) << "Failed to truncate file '" << GetPath()
80 PLOG(WARNING) << "Failed to mmap file '" << GetPath() << "' of size "
92 PLOG(WARNING) << "Failed unmap file '" << GetPath() << "' of size "
fd_file.h 60 const std::string& GetPath() const {
  /external/chromium_org/chrome/browser/supervised_user/
supervised_user_service_browsertest.cc 56 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
96 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
124 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
134 profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
142 profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_win.cc 53 profile->GetPath()) :
54 ShellIntegration::GetChromiumModelIdForProfile(profile->GetPath());
80 const base::FilePath& profile_path = profile->GetPath();
  /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/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/chromium_org/chrome/browser/ui/app_list/
app_list_service_views.cc 40 SetProfilePath(requested_profile->GetPath());

Completed in 764 milliseconds

1 2 3 4 5 6 7 8 91011>>