Home
last modified time | relevance | path

Searched refs:SetPath (Results 1 – 25 of 52) sorted by relevance

123

/external/lldb/tools/debugserver/source/MacOSX/
DCFBundle.cpp25 SetPath(path); in CFBundle()
59 CFBundle::SetPath (const char *path) in SetPath() function in CFBundle
DCFBundle.h31 SetPath (const char *path);
/external/lldb/source/Host/macosx/cfcpp/
DCFCBundle.cpp20 SetPath(path); in CFCBundle()
39 CFCBundle::SetPath (const char *path) in SetPath() function in CFCBundle
DCFCBundle.h40 SetPath (const char *path);
/external/chromium_org/chrome/browser/chromeos/login/auth/
Dmount_manager.h32 virtual void SetPath(const std::string& user_id,
Dmount_manager.cc39 void MountManager::SetPath(const std::string& user_id, in SetPath() function in chromeos::MountManager
/external/chromium_org/extensions/common/
Dextension_builder.h36 ExtensionBuilder& SetPath(const base::FilePath& path);
Dextension_builder.cc30 ExtensionBuilder& ExtensionBuilder::SetPath(const base::FilePath& path) { in SetPath() function in extensions::ExtensionBuilder
Durl_pattern.cc256 SetPath(pattern.substr(path_start_pos)); in Parse()
296 SetPath("/*"); in SetMatchAllURLs()
328 void URLPattern::SetPath(const std::string& path) { in SetPath() function in URLPattern
Durl_pattern.h121 void SetPath(const std::string& path);
/external/chromium_org/chrome/test/base/
Dtesting_profile_manager.cc83 builder.SetPath(profile_path); in CreateTestingProfile()
124 builder.SetPath(ProfileManager::GetGuestProfilePath()); in CreateGuestProfile()
/external/chromium_org/url/
Durl_canon_stdstring.h74 this->SetPath(s.data(), Component(0, static_cast<int>(s.length()))); in SetPathStr()
Durl_canon_unittest.cc1360 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); in TEST()
1385 r.SetPath(reinterpret_cast<char*>(0x00000001), Component(0, 0)); in TEST()
1394 r.SetPath(reinterpret_cast<char*>(0x00000001), Component()); in TEST()
1435 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); in TEST()
1485 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); in TEST()
1524 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); in TEST()
1575 SetupReplComp(&R::SetPath, &R::ClearPath, &r, cur.path); in TEST()
2118 repl.SetPath(new_path.c_str(), Component(0, 4)); in TEST()
/external/chromium_org/chrome/common/extensions/manifest_handlers/
Dapp_launch_info.cc191 pattern.SetPath("/*"); in LoadLaunchURL()
285 pattern.SetPath(pattern.path() + '*'); in OverrideLaunchURL()
/external/chromium_org/extensions/common/manifest_handlers/
Dweb_accessible_resources_info.cc88 pattern.SetPath(pattern.path() + relative_path); in Parse()
Dsandboxed_page_info.cc88 pattern.SetPath(pattern.path() + relative_path); in Parse()
/external/chromium_org/third_party/android_crazy_linker/src/src/
Dcrazy_linker_system_mock.cpp72 void SetPath(const char* path) { path_.Assign(path); } in SetPath() function in __anon185c56100111::MockFileEntry
367 entry->SetPath(path); in AddRegularFile()
/external/chromium_org/dbus/
Dmessage_unittest.cc494 method_call.SetPath(ObjectPath("/com/example/Object")); in TEST()
525 signal.SetPath(ObjectPath("/com/example/Object")); in TEST()
606 EXPECT_TRUE(message->SetPath(ObjectPath("/org/chromium/path"))); in TEST()
636 EXPECT_FALSE(message->SetPath(ObjectPath("/org/chromium/"))); in TEST()
Dobject_proxy.cc75 !method_call->SetPath(object_path_)) in CallMethodAndBlockWithErrorDetails()
132 !method_call->SetPath(object_path_)) { in CallMethodWithErrorCallback()
/external/chromium_org/net/cookies/
Dparsed_cookie_unittest.cc349 EXPECT_TRUE(pc.SetPath("/")); in TEST()
369 EXPECT_TRUE(pc.SetPath("/foo")); in TEST()
389 EXPECT_TRUE(pc.SetPath(std::string())); in TEST()
Dparsed_cookie.h64 bool SetPath(const std::string& path);
/external/pdfium/core/src/fxge/android/
Dfpf_skiafontmgr.h58 void SetPath(FX_LPCSTR pPath) in SetPath() function
/external/chromium_org/content/browser/
Dbrowser_url_handler_impl.cc69 repl.SetPath(url->spec().c_str(), url::Component(0, url->spec().size())); in ReverseViewSource()
/external/chromium_org/chrome/browser/
Djumplist_updater_win.cc37 result = link->SetPath(application_path.c_str()); in AddShellLink()
/external/chromium_org/chrome/browser/extensions/
Dextension_service_test_base.cc58 profile_builder.SetPath(params.profile_path); in BuildTestingProfile()

123