Searched refs:GetPath (Results 276 - 300 of 303) sorted by relevance

<<111213

/external/chromium_org/content/browser/renderer_host/
H A Drender_message_filter.cc323 profile_data_directory_(browser_context->GetPath()),
H A Drender_process_host_impl.cc473 storage_partition_impl_->GetPath()));
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_internals_ui.cc516 : partition->GetPath()))));
/external/lldb/source/API/
H A DSBProcess.cpp1168 GetTarget().GetExecutable().GetPath (path, sizeof(path));
/external/lldb/source/Commands/
H A DCommandObjectMemory.cpp771 outfile_spec.GetPath (path, sizeof(path));
/external/lldb/source/Symbol/
H A DSymtab.cpp94 file_spec.GetPath().c_str(),
/external/lzma/CPP/7zip/UI/Common/
H A DUpdate.cpp766 tempDirPrefix = tempDirectory.GetPath();
/external/pdfium/core/src/fpdfapi/fpdf_page/
H A Dfpdf_page_parser_old.cpp1111 CPDF_Path ClipPath = pObj->m_ClipPath.GetPath(0);
/external/pdfium/fpdfsdk/src/
H A Dfsdk_mgr.cpp591 CFX_WideString CPDFSDK_Document::GetPath() function in class:CPDFSDK_Document
/external/lldb/source/Interpreter/
H A DScriptInterpreterPython.cpp3114 if (file_spec.GetPath(python_dir_path, sizeof (python_dir_path)))
3124 if (file_spec.GetPath(python_dir_path, sizeof (python_dir_path)))
/external/chromium_org/chrome/browser/chromeos/file_manager/
H A Dfile_manager_browsertest.cc204 const base::FilePath path = profile->GetPath().Append(name_);
/external/chromium_org/chrome/browser/extensions/api/developer_private/
H A Ddeveloper_private_api.cc1135 base::FilePath project_path(GetProfile()->GetPath());
/external/lldb/source/Plugins/DynamicLoader/Darwin-Kernel/
H A DDynamicLoaderDarwinKernel.cpp962 m_module_sp->GetFileSpec().GetPath().c_str());
/external/chromium_org/ppapi/native_client/src/untrusted/pnacl_irt_shim/
H A Dpnacl_shim.c561 *_struct_result = iface->GetPath(file_ref);
615 *_struct_result = iface->GetPath(file_ref);
679 *_struct_result = iface->GetPath(file_ref);
4616 .GetPath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M14_PPB_FileRef_GetPath,
4629 .GetPath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M28_PPB_FileRef_GetPath,
4644 .GetPath = (struct PP_Var (*)(PP_Resource file_ref))&Pnacl_M34_PPB_FileRef_GetPath,
/external/chromium_org/chrome/browser/sessions/
H A Dsession_service.cc394 profile()->GetPath());
/external/chromium_org/chrome/browser/ui/views/frame/
H A Dbrowser_view.cc562 if (cache.GetIndexOfProfileWithPath(browser_->profile()->GetPath()) ==
/external/chromium_org/chrome/browser/ui/views/profiles/
H A Dprofile_chooser_view.cc1141 profiles::GetAvatarNameForProfile(browser_->profile()->GetPath()),
/external/chromium_org/components/search_engines/
H A Dtemplate_url.cc418 const std::string& TemplateURLRef::GetPath( function in class:TemplateURLRef
H A Dtemplate_url_unittest.cc772 EXPECT_EQ(test_data[i].path, url.url_ref().GetPath(search_terms_data_));
/external/lldb/source/Plugins/ObjectFile/Mach-O/
H A DObjectFileMachO.cpp1383 // s.Printf ("Sections for %s:\n", m_file.GetPath().c_str());// REMOVE THIS LINE
2020 module_sp->GetFileSpec().GetPath().c_str());
2752 module_sp->GetFileSpec().GetPath().c_str());
/external/chromium_org/chrome/browser/extensions/
H A Dextension_service_unittest.cc4335 profile()->GetPath().AppendASCII("Local Storage");
4458 profile()->GetPath().AppendASCII("Local Storage");
5173 base::FilePath install_dir = profile->GetPath()
H A Dextension_service.cc1111 token.append(profile_->GetPath().AsUTF8Unsafe());
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp2994 GetObjectFile()->GetFileSpec().GetPath().c_str());
6701 m_obj_file->GetFileSpec().GetPath().c_str());
7775 GetObjectFile()->GetFileSpec().GetPath().c_str());
/external/chromium_org/chrome/browser/
H A Dchrome_content_browser_client.cc841 profile->GetPath(),
/external/lldb/source/Target/
H A DTarget.cpp1027 executable_sp->GetFileSpec().GetPath().c_str());

Completed in 4993 milliseconds

<<111213