Searched refs:system_path (Results 1 – 5 of 5) sorted by relevance
/external/autotest/client/site_tests/platform_CryptohomeNonDirs/ |
D | platform_CryptohomeNonDirs.py | 46 path = cryptohome.system_path(user) 68 path = cryptohome.system_path(user)
|
/external/avb/test/ |
D | avbtool_unittest.cc | 1405 base::FilePath system_path = GenerateImage("system", max_image_size); in TEST_F() local 1416 system_path.value().c_str(), in TEST_F() 1440 base::FilePath system_path = GenerateImage("system", max_image_size); in TEST_F() local 1450 system_path.value().c_str(), in TEST_F() 2354 base::FilePath system_path = GenerateImage("system.img", system_image_size); in GenerateImageWithHashAndHashtreeSetup() local 2359 system_path.value().c_str(), in GenerateImageWithHashAndHashtreeSetup() 2369 system_path.value().c_str())); in GenerateImageWithHashAndHashtreeSetup() 2523 base::FilePath system_path = GenerateImage("system.img", system_image_size); in TEST_F() local 2530 system_path.value().c_str(), in TEST_F() 2596 base::FilePath system_path = GenerateImage("system.img", system_image_size); in TEST_F() local [all …]
|
D | avb_slot_verify_unittest.cc | 1844 base::FilePath system_path = testdir_.Append("system_a.img"); in CmdlineWithChainedHashtreeVerification() local 1847 base::WriteFile(system_path, in CmdlineWithChainedHashtreeVerification() 1861 system_path.value().c_str(), in CmdlineWithChainedHashtreeVerification() 1905 InfoImage(system_path)); in CmdlineWithChainedHashtreeVerification() 2220 base::FilePath system_path = GenerateImage("system.img", system_size); in TEST_F() local 2231 system_path.value().c_str(), in TEST_F() 2278 system_path.value().c_str(), in TEST_F() 2280 system_path.value().c_str(), in TEST_F() 2503 base::FilePath system_path = GenerateImage("system.img", system_size); in TEST_F() local 2512 system_path.value().c_str(), in TEST_F() [all …]
|
/external/autotest/client/cros/ |
D | cryptohome.py | 42 def system_path(user): function 411 __get_mount_info(mount_point=system_path(user), 751 and utils.is_mountpoint(system_path(user))) 757 utils.require_mountpoint(system_path(user))
|
/external/autotest/client/site_tests/platform_CryptohomeBadPerms/ |
D | platform_CryptohomeBadPerms.py | 47 path = cryptohome.system_path(user)
|