Home
last modified time | relevance | path

Searched refs:maps_dir (Results 1 – 4 of 4) sorted by relevance

/build/make/tools/aconfig/aconfig_storage_read_api/src/
Dmapped_file.rs90 let maps_dir = storage_dir.clone() + "/maps"; in create_test_storage_files() localVariable
93 fs::create_dir(&maps_dir).unwrap(); in create_test_storage_files()
Dlib.rs405 let maps_dir = storage_dir.clone() + "/maps"; in create_test_storage_files() localVariable
408 fs::create_dir(&maps_dir).unwrap(); in create_test_storage_files()
/build/make/tools/aconfig/aconfig_storage_read_api/tests/
Dstorage_read_api_test.cpp50 auto maps_dir = storage_dir + "/maps"; in SetUp() local
52 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()
Dstorage_read_api_test.rs19 let maps_dir = storage_dir.clone() + "/maps"; in create_test_storage_files() localVariable
22 fs::create_dir(maps_dir).unwrap(); in create_test_storage_files()