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

1 2 3 4 5 6 7 8 910

  /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/
avatar_menu_model_browsertest.cc 39 size_t index = cache.GetIndexOfProfileWithPath(current_profile->GetPath());
72 base::FilePath path_profile1 = current_profile->GetPath();
91 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
96 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
105 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
106 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
gaia_info_update_service.cc 116 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
122 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
145 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
165 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
175 profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
profile_manager_browsertest.cc 107 EXPECT_EQ(new_profile_path, last_used->GetPath());
112 last_used->GetPath().BaseName().MaybeAsASCII();
156 EXPECT_EQ(new_profile_path, last_used->GetPath());
227 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
233 EXPECT_EQ(path_profile2, browser_list->get(1)->profile()->GetPath());
240 EXPECT_EQ(path_profile1, browser_list->get(0)->profile()->GetPath());
241 EXPECT_EQ(path_profile2, browser_list->get(1)->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) {}
elf_writer_quick.cc 168 std::string file_name(elf_file_->GetPath());
565 PLOG(ERROR) << "Failed to write ELF header for " << elf_file_->GetPath();
572 << " for " << elf_file_->GetPath();
576 PLOG(ERROR) << "Failed to write ELF program headers for " << elf_file_->GetPath();
584 << " for " << elf_file_->GetPath();
588 PLOG(ERROR) << "Failed to write .dynsym for " << elf_file_->GetPath();
596 << " for " << elf_file_->GetPath();
600 PLOG(ERROR) << "Failed to write .dynsym for " << elf_file_->GetPath();
608 << " for " << elf_file_->GetPath();
612 PLOG(ERROR) << "Failed to write .dynsym for " << elf_file_->GetPath();
    [all...]
  /external/chromium_org/chrome/browser/chromeos/login/
mount_manager.h 30 virtual base::FilePath GetPath(const std::string& user_id);
  /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/apps/
app_launch_for_metro_restart_win.cc 57 if (profile_dir.empty() || profile->GetPath().BaseName() != profile_dir)
89 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 54 profile->GetPath().AppendASCII(extensions::kInstallDirectoryName),
  /external/chromium_org/chrome/browser/task_manager/
task_manager_util.cc 54 profile->GetOriginalProfile()->GetPath());
  /external/chromium_org/chrome/browser/
user_style_sheet_watcher_factory.cc 39 new UserStyleSheetWatcher(profile, profile->GetPath()));
  /external/chromium_org/ppapi/cpp/
file_ref.h 71 /// file. Use GetPath() to get the full file path.
74 /// GetPath() returns the absolute path of the file.
79 Var GetPath() const;
file_ref.cc 68 Var FileRef::GetPath() const {
71 get_interface<PPB_FileRef_1_1>()->GetPath(pp_resource()));
75 get_interface<PPB_FileRef_1_0>()->GetPath(pp_resource()));
  /external/chromium_org/ppapi/shared_impl/
ppb_file_ref_shared.cc 41 PP_Var PPB_FileRef_Shared::GetPath() const {
ppb_file_ref_shared.h 53 virtual PP_Var GetPath() const OVERRIDE;
  /external/chromium_org/ppapi/thunk/
ppb_file_ref_thunk.cc 60 PP_Var GetPath(PP_Resource file_ref) {
61 VLOG(4) << "PPB_FileRef::GetPath()";
65 return enter.object()->GetPath();
153 &GetPath,
166 &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);
  /external/chromium_org/content/browser/
storage_partition_impl_map.cc 133 // directory structure of BrowserContext::GetPath().
363 // a persistent one that return the same FilePath for GetPath().
404 browser_context_->GetPath().Append(
459 browser_context_, partition->GetPath(), in_memory,
466 partition->GetPath(), in_memory));
505 paths_to_keep.push_back(it->second->GetPath());
514 base::FilePath domain_root = browser_context_->GetPath().Append(
519 base::Bind(&BlockingObliteratePath, browser_context_->GetPath(),
534 active_paths->insert(it->second->GetPath());
539 base::FilePath storage_root = browser_context_->GetPath().Append
    [all...]
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_view_delegate.cc 111 web_app::GetWebAppDataDirectory(profile_->GetPath(),
166 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());
176 size_t profile_index = cache.GetIndexOfProfileWithPath(profile_->GetPath());

Completed in 675 milliseconds

1 2 3 4 5 6 7 8 910