Home
last modified time | relevance | path

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

/external/avb/test/
Davbtool_unittest.cc59 base::FilePath* rootfs_path);
483 base::FilePath rootfs_path = testdir_.Append("rootfs.bin"); in AddHashFooterTest() local
486 base::WriteFile(rootfs_path, in AddHashFooterTest()
493 rootfs_path.value().c_str(), in AddHashFooterTest()
494 rootfs_path.value().c_str()); in AddHashFooterTest()
497 rootfs_path.value().c_str(), in AddHashFooterTest()
498 rootfs_path.value().c_str()); in AddHashFooterTest()
499 EXPECT_COMMAND(0, "rm -f %s.unsparse", rootfs_path.value().c_str()); in AddHashFooterTest()
512 rootfs_path.value().c_str(), in AddHashFooterTest()
517 InfoImage(rootfs_path)); in AddHashFooterTest()
[all …]
Davb_slot_verify_unittest.cc2165 base::FilePath rootfs_path = testdir_.Append("rootfs.bin"); in CmdlineWithHashtreeVerification() local
2168 base::WriteFile(rootfs_path, in CmdlineWithHashtreeVerification()
2179 rootfs_path.value().c_str(), in CmdlineWithHashtreeVerification()
2194 rootfs_path.value().c_str(), in CmdlineWithHashtreeVerification()
2489 base::FilePath rootfs_path = testdir_.Append("rootfs.bin"); in VerificationDisabled() local
2492 base::WriteFile(rootfs_path, in VerificationDisabled()
2503 rootfs_path.value().c_str(), in VerificationDisabled()
2519 rootfs_path.value().c_str(), in VerificationDisabled()
/external/crosvm/integration_tests/tests/
Dfixture.rs70 fn rootfs_path() -> PathBuf { in rootfs_path() function
200 let rootfs_path = rootfs_path(); in initialize_once() localVariable
202 if !rootfs_path.exists() { in initialize_once()
204 download_file(&rootfs_prebuilt_url(), &rootfs_path).unwrap(); in initialize_once()
207 assert!(rootfs_path.exists(), "{:?} does not exist", rootfs_path); in initialize_once()
233 .args(&["--root", rootfs_path().to_str().unwrap()]) in configure_kernel()
/external/autotest/client/cros/faft/utils/
Drootfs_handler.py38 rootfs_path = self.os_if.join_part(self.root_dev,
56 table = table.replace('PARTUUID=%U/PARTNROFF=1', rootfs_path)
/external/autotest/site_utils/lxc/
Dbase_image.py158 rootfs_path = os.path.join(base_path, 'rootfs')
161 '"{config}"').format(rootfs=rootfs_path,