Home
last modified time | relevance | path

Searched defs:StorageRootDirMock (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/packages/modules/ConfigInfrastructure/aconfigd/src/
Dtest_utils.rs55 pub(crate) struct StorageRootDirMock { struct
63 impl StorageRootDirMock { implementation
77 impl Drop for StorageRootDirMock { implementation
Dstorage_files.rs1038 root_dir: &StorageRootDirMock, in create_mock_storage_files()