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

1 2 3 4 5 6 7 8 91011

  /art/runtime/
elf_file.cc 69 PLOG(WARNING) << "Failed to get length of file: " << file_->GetPath() << " fd=" << file_->Fd();
76 << sizeof(llvm::ELF::Elf32_Ehdr) << " bytes: " << file_->GetPath();
92 << program_header_size << " bytes: " << file_->GetPath();
96 LOG(WARNING) << "Failed to map ELF program headers: " << file_->GetPath();
102 LOG(WARNING) << "Failed to map ELF file: " << file_->GetPath();
117 LOG(WARNING) << "Failed to find PT_DYNAMIC program header in ELF file: " << file_->GetPath();
149 << file_->GetPath() << ": " << std::hex
178 CHECK(map_.get() != NULL) << file_->GetPath();
179 CHECK(map_->Begin() != NULL) << file_->GetPath();
186 LOG(WARNING) << "Failed to find ELF magic in " << file_->GetPath()
    [all...]
  /external/chromium_org/chrome/browser/profiles/
profile_list_desktop_browsertest.cc 59 size_t index = cache.GetIndexOfProfileWithPath(current_profile->GetPath());
95 base::FilePath path_profile1 = current_profile->GetPath();
116 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
121 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
130 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
131 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
avatar_menu_desktop.cc 18 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
profile_manager_browsertest.cc 125 EXPECT_EQ(new_profile_path, last_used->GetPath());
130 last_used->GetPath().BaseName().MaybeAsASCII();
175 EXPECT_EQ(new_profile_path, last_used->GetPath());
206 EXPECT_EQ(profile_path.value(), last_used_profile->GetPath().value());
284 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
291 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
299 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
300 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
344 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
352 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
    [all...]
gaia_info_update_service.cc 117 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
125 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
148 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
168 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
178 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
profiles_state.cc 74 size_t index = cache.GetIndexOfProfileWithPath(profile->GetPath());
85 base::FilePath profile_file_path = profile->GetPath();
  /art/compiler/
elf_fixup.cc 38 LOG(WARNING) << "Failed fo fixup .dynamic in " << file->GetPath();
42 LOG(WARNING) << "Failed fo fixup section headers in " << file->GetPath();
46 LOG(WARNING) << "Failed fo fixup program headers in " << file->GetPath();
50 LOG(WARNING) << "Failed fo fixup .dynsym in " << file->GetPath();
54 LOG(WARNING) << "Failed fo fixup .symtab in " << file->GetPath();
58 LOG(WARNING) << "Failed fo fixup .rel.dyn in " << file->GetPath();
180 elf_file.GetFile().GetPath().c_str(), i,
199 elf_file.GetFile().GetPath().c_str(), i,
211 CHECK_EQ(ph.p_vaddr, ph.p_paddr) << elf_file.GetFile().GetPath() << " i=" << i;
213 << elf_file.GetFile().GetPath() << " i=" << i
    [all...]
file_output_stream.cc 26 FileOutputStream::FileOutputStream(File* file) : OutputStream(file->GetPath()), file_(file) {}
  /external/chromium_org/chrome/browser/media/
webrtc_log_upload_list.cc 26 base::FilePath log_dir_path = profile->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());
  /external/chromium_org/chrome/browser/ui/views/frame/
browser_window_property_manager_win.cc 47 profile->GetPath()) :
48 ShellIntegration::GetChromiumModelIdForProfile(profile->GetPath());
61 const base::FilePath& profile_path = profile->GetPath();
  /external/chromium_org/chrome/browser/chromeos/login/
mount_manager.h 30 virtual base::FilePath GetPath(const std::string& user_id);
  /external/chromium_org/chrome/browser/managed_mode/
managed_user_service_browsertest.cc 48 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
76 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
85 profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
93 profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
  /external/chromium_org/chrome/browser/ui/ash/launcher/
chrome_launcher_controller_win.cc 44 profile_->GetPath().BaseName().AsUTF8Unsafe().c_str(),
  /external/chromium/chrome/browser/chromeos/login/
login_browsertest.cc 84 EXPECT_EQ("user", profile->GetPath().BaseName().value());
91 EXPECT_EQ("Default", profile->GetPath().BaseName().value());
  /external/chromium_org/chrome/browser/apps/
app_launch_for_metro_restart_win.cc 59 if (profile_dir.empty() || profile->GetPath().BaseName() != profile_dir)
91 profile->GetPath().BaseName().MaybeAsASCII());
  /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 "
66 PLOG(ERROR) << "Failed to truncate file '" << GetPath()
76 PLOG(WARNING) << "Failed to mmap file '" << GetPath() << "' of size "
88 PLOG(WARNING) << "Failed unmap file '" << GetPath() << "' of size "
fd_file.h 60 std::string GetPath() const;
fd_file_test.cc 46 EXPECT_TRUE(file.GetPath().empty());
  /external/chromium_org/chrome/browser/extensions/
extension_prefs_factory.cc 51 context->GetPath().AppendASCII(extensions::kInstallDirectoryName),
  /external/chromium_org/ppapi/cpp/
file_ref.h 74 /// file. Use GetPath() to get the full file path.
77 /// GetPath() returns the absolute path of the file.
82 Var GetPath() const;
  /external/chromium_org/ppapi/thunk/
ppb_file_ref_api.h 29 virtual PP_Var GetPath() const = 0;
ppb_file_ref_thunk.cc 67 PP_Var GetPath(PP_Resource file_ref) {
68 VLOG(4) << "PPB_FileRef::GetPath()";
72 return enter.object()->GetPath();
160 &GetPath,
173 &GetPath,
  /external/chromium_org/tools/grit/grit/gather/
chrome_scaled_image_unittest.py 56 contents = dict((tmp_dir.GetPath(k), v) for k, v in contents.items())
106 options.input = tmp_dir.GetPath('in/in.grd')
112 _GetFilesInPak(tmp_dir.GetPath('out/%s.pak' % context)))
115 _GetFilesInRc(tmp_dir.GetPath('out/%s.rc' % context),
  /external/chromium_org/ppapi/c/
ppb_file_ref.h 85 * file. Use GetPath() to get the full file path.
89 * GetPath() returns the absolute path of the file.
98 struct PP_Var (*GetPath)(PP_Resource file_ref);
222 struct PP_Var (*GetPath)(PP_Resource file_ref);

Completed in 2333 milliseconds

1 2 3 4 5 6 7 8 91011