Searched refs:system_path (Results 1 – 5 of 5) sorted by relevance
/external/avb/test/ |
D | avbtool_unittest.cc | 1605 base::FilePath system_path = GenerateImage("system", max_image_size); in TEST_F() local 1616 system_path.value().c_str(), in TEST_F() 1640 base::FilePath system_path = GenerateImage("system", max_image_size); in TEST_F() local 1650 system_path.value().c_str(), in TEST_F() 1674 base::FilePath system_path = GenerateImage("system", max_image_size); in TEST_F() local 1685 system_path.value().c_str(), in TEST_F() 1721 InfoImage(system_path)); in TEST_F() 2752 base::FilePath system_path = GenerateImage("system.img", system_image_size); in GenerateImageWithHashAndHashtreeSetup() local 2757 system_path.value().c_str(), in GenerateImageWithHashAndHashtreeSetup() 2767 system_path.value().c_str())); in GenerateImageWithHashAndHashtreeSetup() [all …]
|
D | avb_slot_verify_unittest.cc | 2297 base::FilePath system_path = testdir_.Append("system_a.img"); in CmdlineWithChainedHashtreeVerification() local 2300 base::WriteFile(system_path, in CmdlineWithChainedHashtreeVerification() 2314 system_path.value().c_str(), in CmdlineWithChainedHashtreeVerification() 2360 InfoImage(system_path)); in CmdlineWithChainedHashtreeVerification() 2680 base::FilePath system_path = GenerateImage("system.img", system_size); in TEST_F() local 2691 system_path.value().c_str(), in TEST_F() 2738 system_path.value().c_str(), in TEST_F() 2740 system_path.value().c_str(), in TEST_F() 2965 base::FilePath system_path = GenerateImage("system.img", system_size); in TEST_F() local 2974 system_path.value().c_str(), in TEST_F() [all …]
|
/external/autotest/client/site_tests/platform_CryptohomeNonDirs/ |
D | platform_CryptohomeNonDirs.py | 46 path = cryptohome.system_path(user) 68 path = cryptohome.system_path(user)
|
/external/autotest/client/cros/ |
D | cryptohome.py | 52 def system_path(user): function 464 __get_mount_info(mount_point=system_path(user), 791 and utils.is_mountpoint(system_path(user))) 797 utils.require_mountpoint(system_path(user))
|
/external/autotest/client/site_tests/platform_CryptohomeBadPerms/ |
D | platform_CryptohomeBadPerms.py | 47 path = cryptohome.system_path(user)
|