Searched refs:kProfileDirPrefix (Results 1 – 9 of 9) sorted by relevance
49 expected_dir.append(chrome::kProfileDirPrefix); in IN_PROC_BROWSER_TEST_P()69 EXPECT_EQ(std::string(chrome::kProfileDirPrefix) + kActiveUserHash, in IN_PROC_BROWSER_TEST_P()79 std::string(chrome::kProfileDirPrefix) + kActiveUserHash); in IN_PROC_BROWSER_TEST_P()
65 base::FilePath(chrome::kProfileDirPrefix + user_id_hash)); in GetProfilePathByUserIdHash()96 std::string prefix(chrome::kProfileDirPrefix); in GetUserIdHashFromProfile()110 return base::FilePath(chrome::kProfileDirPrefix + user_id_hash); in GetUserProfileDir()
92 chrome::kProfileDirPrefix + email_string + kUserIdHashSuffix, in AddProfile()
125 path = path.AppendASCII(chrome::kProfileDirPrefix + username_hash); in CreateProfile()
145 extern const char kProfileDirPrefix[];
258 const char kProfileDirPrefix[] = "u-"; variable
216 std::string profile_dir_str = chrome::kProfileDirPrefix; in GetSessionLogFile()
201 std::string(chrome::kProfileDirPrefix) + chrome::kTestUserProfileDir)); in IN_PROC_BROWSER_TEST_P()
862 chrome::kProfileDirPrefix + email_string + kUserIdHashSuffix; in CreateMultiUserProfile()