Home
last modified time | relevance | path

Searched defs:maps_dir (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/packages/modules/ConfigInfrastructure/aconfigd/src/
Dtest_utils.rs58 pub maps_dir: PathBuf, field
67 let maps_dir = tmp_dir.path().join("maps"); in new() localVariable
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/src/
H A Dmapped_file.rs90 let maps_dir = storage_dir.clone() + "/maps"; in create_test_storage_files() localVariable
H A Dlib.rs406 let maps_dir = storage_dir.clone() + "/maps"; in create_test_storage_files() localVariable
/aosp_15_r20/system/server_configurable_flags/aconfigd/
H A Daconfigd_test_mock.h31 const std::string maps_dir; member
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/tests/
H A Dstorage_read_api_test.rs19 let maps_dir = storage_dir.clone() + "/maps"; in create_test_storage_files() localVariable
H A Dstorage_read_api_test.cpp51 auto maps_dir = storage_dir + "/maps"; in SetUp() local