Searched refs:guest_path (Results 1 – 4 of 4) sorted by relevance
383 guest_path = self._CryptohomePath('$guest')384 util.WaitFor(lambda: (self._cri.FilesystemMountedAt(guest_path) ==
539 content::WebContents* LoadGuest(const std::string& guest_path, in LoadGuest() argument545 GURL guest_url = embedded_test_server()->GetURL(guest_path); in LoadGuest()916 std::string guest_path( in IN_PROC_BROWSER_TEST_F() local918 GURL guest_url = embedded_test_server()->GetURL(guest_path); in IN_PROC_BROWSER_TEST_F()
297 base::FilePath guest_path = ProfileManager::GetGuestProfilePath(); in TEST_F() local300 EXPECT_EQ(expected_path, guest_path); in TEST_F()
974 base::FilePath guest_path = profile_manager->user_data_dir(); in GetGuestProfilePath() local975 return guest_path.Append(chrome::kGuestProfileDir); in GetGuestProfilePath()