Home
last modified time | relevance | path

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

/build/make/tools/aconfig/aconfig_storage_read_api/src/
Dmapped_file.rs91 let boot_dir = storage_dir.clone() + "/boot"; in create_test_storage_files() localVariable
94 fs::create_dir(&boot_dir).unwrap(); in create_test_storage_files()
Dlib.rs406 let boot_dir = storage_dir.clone() + "/boot"; in create_test_storage_files() localVariable
409 fs::create_dir(&boot_dir).unwrap(); in create_test_storage_files()
/build/make/tools/aconfig/aconfig_storage_read_api/tests/
Dstorage_read_api_test.cpp51 auto boot_dir = storage_dir + "/boot"; in SetUp() local
53 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()
Dstorage_read_api_test.rs20 let boot_dir = storage_dir.clone() + "/boot"; in create_test_storage_files() localVariable
23 fs::create_dir(boot_dir).unwrap(); in create_test_storage_files()