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

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/chrome/browser/chromeos/drive/
file_system_util_unittest.cc 239 base::FilePath profile_path = profile.GetPath();
file_system_util.cc 246 chrome::GetUserCacheDirectory(profile->GetPath(), &cache_base_path);
  /external/chromium_org/chrome/browser/extensions/api/storage/
managed_value_store_cache.cc 239 base_path_(profile_->GetPath().AppendASCII(
  /external/chromium_org/chrome/browser/history/
shortcuts_database_unittest.cc 100 profile_->GetPath().Append(chrome::kShortcutsDatabaseName));
  /external/chromium_org/chrome/browser/media_galleries/fileapi/
media_file_system_backend.cc 91 profile->GetPath(), storage_domain, kInvalidMediaGalleryPrefId);
  /external/chromium_org/chrome/browser/profiles/
profile_metrics.cc 418 base::FilePath profile_path = profile->GetPath();
  /external/chromium_org/chrome/browser/spellchecker/
spellcheck_service.cc 72 custom_dictionary_.reset(new SpellcheckCustomDictionary(context_->GetPath()));
  /external/chromium_org/chrome/browser/ui/app_list/
app_list_service_impl.cc 325 SetProfilePath(initial_profile->GetPath());
  /external/chromium_org/chrome/browser/ui/views/
hung_renderer_view.cc 256 ShellIntegration::GetChromiumModelIdForProfile(profile->GetPath()),
  /external/chromium_org/chrome/browser/ui/webui/ntp/
ntp_login_handler.cc 206 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
  /external/lldb/source/Commands/
CommandObjectLog.cpp 196 m_options.log_file.GetPath(log_file, sizeof(log_file));
CommandObjectProcess.cpp 210 exe_module->GetFileSpec().GetPath (filename, sizeof(filename));
664 new_exec_module_sp->GetFileSpec().GetPath(new_path, PATH_MAX);
672 old_exec_module_sp->GetFileSpec().GetPath (old_path, PATH_MAX);
673 new_exec_module_sp->GetFileSpec().GetPath (new_path, PATH_MAX);
    [all...]
  /external/lldb/source/Plugins/OperatingSystem/Python/
OperatingSystemPython.cpp 109 python_module_path.GetPath(python_module_path_cstr, sizeof(python_module_path_cstr));
  /external/lldb/source/Target/
PathMappingList.cpp 232 const size_t orig_path_len = orig_spec.GetPath (orig_path, sizeof(orig_path));
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/
SDL_syscdrom.cc 218 if(entry.GetPath(&path) != B_NO_ERROR)
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
gpedit.h 88 STDMETHOD(GetPath) (THIS_ LPOLESTR pszPath,int cchMaxPath) PURE;
  /external/chromium_org/content/browser/
storage_partition_impl_unittest.cc 178 profile_->GetPath().AppendASCII("Local Storage");
338 browser_context_->GetPath(),
366 browser_context())->GetPath());
    [all...]
  /external/lldb/source/Symbol/
SymbolContext.cpp 522 objfile->GetFileSpec().GetPath().c_str());
899 m_module_sp->GetFileSpec().GetPath (path_str, PATH_MAX);
908 m_file_spec_ap->GetPath (path_str, PATH_MAX);
    [all...]
  /art/dex2oat/
dex2oat.cc 425 LOG(ERROR) << "Failed to write ELF file " << oat_file->GetPath();
438 LOG(ERROR) << "Failed to fixup ELF file " << oat_file->GetPath() << ": " << error_msg;
469 LOG(ERROR) << "Failed to fixup ELF file " << oat_file->GetPath();
    [all...]
  /external/lldb/tools/driver/
Driver.cpp 640 file.GetPath (path, sizeof(path));
686 file.GetPath (final_path, sizeof(final_path));
728 size_t num_chars = python_file_spec.GetPath(python_path, PATH_MAX);
    [all...]
  /art/compiler/
elf_patcher.cc 290 *error_msg_ += elf_file_->GetFile().GetPath();
  /art/runtime/
common_runtime_test.cc 75 filename_ = file->GetPath();
  /external/chromium_org/chrome/browser/autocomplete/
shortcuts_backend.cc 80 profile->GetPath().Append(chrome::kShortcutsDatabaseName));
  /external/chromium_org/chrome/browser/safe_browsing/
incident_reporting_service_unittest.cc 336 return profile->GetPath().BaseName().AsUTF8Unsafe();
  /external/chromium_org/chrome/browser/search_engines/
template_url.h 235 const std::string& GetPath(const SearchTermsData& search_terms_data) const;

Completed in 3818 milliseconds

1 2 3 4 5 6 7 891011>>