Home
last modified time | relevance | path

Searched defs:boot_dir (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/packages/modules/ConfigInfrastructure/aconfigd/src/
Dtest_utils.rs59 pub boot_dir: PathBuf, field
68 let boot_dir = tmp_dir.path().join("boot"); in new() localVariable
Daconfigd.rs52 let boot_dir = self.root_dir.join("boot"); in remove_boot_files() localVariable
69 let boot_dir = self.root_dir.join("boot"); in initialize_from_storage_record() localVariable
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/src/
H A Dmapped_file.rs91 let boot_dir = storage_dir.clone() + "/boot"; in create_test_storage_files() localVariable
H A Dlib.rs407 let boot_dir = storage_dir.clone() + "/boot"; in create_test_storage_files() localVariable
/aosp_15_r20/system/server_configurable_flags/aconfigd/
H A Daconfigd_test_mock.h32 const std::string boot_dir; member
/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/tests/
H A Dstorage_read_api_test.rs20 let boot_dir = storage_dir.clone() + "/boot"; in create_test_storage_files() localVariable
H A Dstorage_read_api_test.cpp52 auto boot_dir = storage_dir + "/boot"; in SetUp() local
/aosp_15_r20/external/autotest/client/common_lib/hosts/
H A Dbase_classes.py614 def cleanup_kernels(self, boot_dir='/boot'): argument