Home
last modified time | relevance | path

Searched refs:get_mapped_storage_file (Results 1 – 2 of 2) sorted by relevance

/build/make/tools/aconfig/aconfig/templates/
Drust.template2 …{Mmap, AconfigStorageError, StorageFileType, PackageReadContext, get_mapped_storage_file, get_bool…
18 get_mapped_storage_file("{container}", StorageFileType::PackageMap)
24 get_mapped_storage_file("{container}", StorageFileType::FlagVal)
133 …let package_map = match get_mapped_storage_file("{flag.container}", StorageFileType::PackageMap) \{
152 … let flag_val_map = match get_mapped_storage_file("{flag.container}", StorageFileType::FlagVal) \{
/build/make/tools/aconfig/aconfig_storage_read_api/src/
Dlib.rs74 pub unsafe fn get_mapped_storage_file( in get_mapped_storage_file() function