Home
last modified time | relevance | path

Searched refs:rootfs_path (Results 1 – 5 of 5) sorted by relevance

/external/avb/test/
Davbtool_unittest.cc436 base::FilePath rootfs_path = testdir_.Append("rootfs.bin"); in AddHashFooterTest() local
439 base::WriteFile(rootfs_path, in AddHashFooterTest()
446 rootfs_path.value().c_str(), in AddHashFooterTest()
447 rootfs_path.value().c_str()); in AddHashFooterTest()
450 rootfs_path.value().c_str(), in AddHashFooterTest()
451 rootfs_path.value().c_str()); in AddHashFooterTest()
452 EXPECT_COMMAND(0, "rm -f %s.unsparse", rootfs_path.value().c_str()); in AddHashFooterTest()
465 rootfs_path.value().c_str(), in AddHashFooterTest()
470 InfoImage(rootfs_path)); in AddHashFooterTest()
501 rootfs_path.value().c_str(), in AddHashFooterTest()
[all …]
Davb_slot_verify_unittest.cc1386 base::FilePath rootfs_path = testdir_.Append("rootfs.bin"); in CmdlineWithHashtreeVerification() local
1389 base::WriteFile(rootfs_path, in CmdlineWithHashtreeVerification()
1400 rootfs_path.value().c_str(), in CmdlineWithHashtreeVerification()
1415 rootfs_path.value().c_str(), in CmdlineWithHashtreeVerification()
1700 base::FilePath rootfs_path = testdir_.Append("rootfs.bin"); in VerificationDisabled() local
1703 base::WriteFile(rootfs_path, in VerificationDisabled()
1714 rootfs_path.value().c_str(), in VerificationDisabled()
1730 rootfs_path.value().c_str(), in VerificationDisabled()
/external/autotest/client/site_tests/security_RunOci/
Dsecurity_RunOci.py121 def bind_mounted_root(rootfs_path): argument
122 utils.run(['mount', '--bind', '/', rootfs_path])
124 utils.run(['umount', '-f', rootfs_path])
164 rootfs_path = os.path.join(td.name, 'rootfs')
165 os.mkdir(rootfs_path)
166 os.chown(rootfs_path, chronos_uid, chronos_uid)
167 with bind_mounted_root(rootfs_path):
/external/autotest/client/cros/faft/utils/
Drootfs_handler.py36 rootfs_path = self.os_if.join_part(self.root_dev,
53 table = table.replace('PARTUUID=%U/PARTNROFF=1', rootfs_path)
/external/autotest/site_utils/lxc/
Dcontainer_bucket.py196 rootfs_path = os.path.join(base_path, 'rootfs')
199 '"{config}"').format(rootfs=rootfs_path,