Searched defs:maps_dir (Results 1 – 6 of 6) sorted by relevance
58 pub maps_dir: PathBuf, field67 let maps_dir = tmp_dir.path().join("maps"); in new() localVariable
90 let maps_dir = storage_dir.clone() + "/maps"; in create_test_storage_files() localVariable
406 let maps_dir = storage_dir.clone() + "/maps"; in create_test_storage_files() localVariable
31 const std::string maps_dir; member
19 let maps_dir = storage_dir.clone() + "/maps"; in create_test_storage_files() localVariable
51 auto maps_dir = storage_dir + "/maps"; in SetUp() local