OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:guest_path
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/tools/telemetry/telemetry/core/backends/chrome/
cros_browser_backend.py
383
guest_path
= self._CryptohomePath('$guest')
384
util.WaitFor(lambda: (self._cri.FilesystemMountedAt(
guest_path
) ==
/external/chromium_org/chrome/browser/apps/
web_view_browsertest.cc
539
content::WebContents* LoadGuest(const std::string&
guest_path
,
545
GURL guest_url = embedded_test_server()->GetURL(
guest_path
);
[
all
...]
/external/chromium_org/chrome/browser/profiles/
profile_manager_unittest.cc
297
base::FilePath
guest_path
= ProfileManager::GetGuestProfilePath();
local
300
EXPECT_EQ(expected_path,
guest_path
);
[
all
...]
profile_manager.cc
974
base::FilePath
guest_path
= profile_manager->user_data_dir();
local
[
all
...]
Completed in 44 milliseconds