Searched refs:GetPath (Results 201 - 225 of 303) sorted by relevance

1234567891011>>

/external/chromium_org/chrome/browser/ui/views/
H A Dhung_renderer_view.cc251 ShellIntegration::GetChromiumModelIdForProfile(profile->GetPath()),
/external/chromium_org/chrome/browser/ui/webui/ntp/
H A Dntp_login_handler.cc206 size_t profile_index = cache.GetIndexOfProfileWithPath(profile->GetPath());
/external/chromium_org/chrome/test/base/
H A Dtesting_profile.h219 virtual base::FilePath GetPath() const OVERRIDE;
/external/chromium_org/dbus/
H A Dmessage.h109 ObjectPath GetPath();
/external/lldb/source/Commands/
H A DCommandObjectLog.cpp196 m_options.log_file.GetPath(log_file, sizeof(log_file));
H A DCommandObjectProcess.cpp210 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);
/external/lldb/source/Plugins/OperatingSystem/Python/
H A DOperatingSystemPython.cpp109 python_module_path.GetPath(python_module_path_cstr, sizeof(python_module_path_cstr));
/external/lldb/source/Target/
H A DPathMappingList.cpp232 const size_t orig_path_len = orig_spec.GetPath (orig_path, sizeof(orig_path));
H A DPlatform.cpp515 exe_file.GetPath().c_str());
/external/qemu/distrib/sdl-1.2.15/src/cdrom/beos/
H A DSDL_syscdrom.cc218 if(entry.GetPath(&path) != B_NO_ERROR)
/external/chromium_org/content/browser/
H A Dstorage_partition_impl_unittest.cc178 profile_->GetPath().AppendASCII("Local Storage");
335 browser_context_->GetPath(),
363 browser_context())->GetPath());
/external/lldb/source/Symbol/
H A DSymbolContext.cpp522 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);
H A DFunction.cpp317 m_comp_unit->GetPath().c_str());
/external/openfst/src/include/fst/extensions/pdt/
H A Dshortest-path.h427 GetPath();
464 void GetPath();
685 void PdtShortestPath<Arc, Queue>::GetPath() { function in class:fst::PdtShortestPath
/external/lldb/tools/driver/
H A DDriver.cpp640 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);
/external/chromium_org/chrome/browser/autocomplete/
H A Dshortcuts_backend.cc82 profile->GetPath().Append(chrome::kShortcutsDatabaseName));
/external/chromium_org/chrome/browser/profiles/
H A Dprofile_browsertest.cc329 profile->GetPath().Append(chrome::kPreferencesFilename);
/external/chromium_org/chrome/browser/ui/views/panels/
H A Dpanel_stack_view.cc508 base::UTF8ToWide(panel->app_name()), panel->profile()->GetPath()),
/external/chromium_org/chrome/browser/ui/webui/options/
H A Dbrowser_options_handler.cc845 profile->GetPath()));
1246 profile->GetPath().BaseName().value(), base::FilePath()) :
1248 profile->GetPath().BaseName().value()));
1257 web_ui()->GetWebContents()->GetBrowserContext()->GetPath();
/external/chromium_org/chromecast/shell/browser/
H A Durl_request_context_factory.cc373 browser_context->GetPath().Append(kCookieStoreFile),
/external/chromium_org/components/search_engines/
H A Dtemplate_url.h254 const std::string& GetPath(const SearchTermsData& search_terms_data) const;
/external/lldb/source/API/
H A DSBModule.cpp159 platform_file->GetPath().c_str(),
H A DSBTarget.cpp1304 sb_file_spec->GetPath (path, sizeof(path));
1553 source_file->GetPath (path, sizeof(path));
2528 module_sp->GetFileSpec().GetPath (path, sizeof(path));
2534 module_sp->GetFileSpec().GetPath (path, sizeof(path));
/external/lldb/source/Plugins/ObjectContainer/BSD-Archive/
H A DObjectContainerBSDArchive.cpp320 module_sp->GetFileSpec().GetPath().c_str(),
/external/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteCommunication.cpp560 debugserver_file_spec.GetPath (debugserver_path, sizeof(debugserver_path));

Completed in 6104 milliseconds

1234567891011>>