Searched refs:maps_dir (Results 1 – 4 of 4) sorted by relevance
90 let maps_dir = storage_dir.clone() + "/maps"; in create_test_storage_files() localVariable93 fs::create_dir(&maps_dir).unwrap(); in create_test_storage_files()
405 let maps_dir = storage_dir.clone() + "/maps"; in create_test_storage_files() localVariable408 fs::create_dir(&maps_dir).unwrap(); in create_test_storage_files()
50 auto maps_dir = storage_dir + "/maps"; in SetUp() local52 mkdir(maps_dir.c_str(), 0775); in SetUp()54 package_map = std::string(maps_dir) + "/mockup.package.map"; in SetUp()55 flag_map = std::string(maps_dir) + "/mockup.flag.map"; in SetUp()
19 let maps_dir = storage_dir.clone() + "/maps"; in create_test_storage_files() localVariable22 fs::create_dir(maps_dir).unwrap(); in create_test_storage_files()