Searched refs:boot_dir (Results 1 – 4 of 4) sorted by relevance
91 let boot_dir = storage_dir.clone() + "/boot"; in create_test_storage_files() localVariable94 fs::create_dir(&boot_dir).unwrap(); in create_test_storage_files()
406 let boot_dir = storage_dir.clone() + "/boot"; in create_test_storage_files() localVariable409 fs::create_dir(&boot_dir).unwrap(); in create_test_storage_files()
51 auto boot_dir = storage_dir + "/boot"; in SetUp() local53 mkdir(boot_dir.c_str(), 0775); in SetUp()56 flag_val = std::string(boot_dir) + "/mockup.val"; in SetUp()57 flag_info = std::string(boot_dir) + "/mockup.info"; in SetUp()
20 let boot_dir = storage_dir.clone() + "/boot"; in create_test_storage_files() localVariable23 fs::create_dir(boot_dir).unwrap(); in create_test_storage_files()