OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:profile_base_path
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome/browser/chromeos/login/
login_browsertest.cc
80
std::string
profile_base_path
("hash");
81
profile_base_path
.insert(0, chrome::kProfileDirPrefix);
82
EXPECT_EQ(
profile_base_path
, profile->GetPath().BaseName().value());
/external/chromium_org/chrome/browser/extensions/activity_log/
activity_log_policy.cc
54
base::FilePath
profile_base_path
= profile->GetPath();
local
56
database_path_ =
profile_base_path
.Append(database_name);
Completed in 779 milliseconds