Searched defs:boot_dir (Results 1 – 8 of 8) sorted by relevance
59 pub boot_dir: PathBuf, field68 let boot_dir = tmp_dir.path().join("boot"); in new() localVariable
52 let boot_dir = self.root_dir.join("boot"); in remove_boot_files() localVariable69 let boot_dir = self.root_dir.join("boot"); in initialize_from_storage_record() localVariable
91 let boot_dir = storage_dir.clone() + "/boot"; in create_test_storage_files() localVariable
407 let boot_dir = storage_dir.clone() + "/boot"; in create_test_storage_files() localVariable
32 const std::string boot_dir; member
20 let boot_dir = storage_dir.clone() + "/boot"; in create_test_storage_files() localVariable
52 auto boot_dir = storage_dir + "/boot"; in SetUp() local
614 def cleanup_kernels(self, boot_dir='/boot'): argument