Home
last modified time | relevance | path

Searched refs:InvalidStorageFileOffset (Results 1 – 5 of 5) sorted by relevance

/build/make/tools/aconfig/aconfig_storage_read_api/src/
Dflag_value_query.rs37 return Err(AconfigStorageError::InvalidStorageFileOffset(anyhow!( in find_boolean_flag_value()
Dflag_info_query.rs44 return Err(AconfigStorageError::InvalidStorageFileOffset(anyhow!( in find_flag_attribute()
/build/make/tools/aconfig/aconfig_storage_write_api/src/
Dflag_value_update.rs40 return Err(AconfigStorageError::InvalidStorageFileOffset(anyhow!( in update_boolean_flag_value()
Dflag_info_update.rs45 return Err(AconfigStorageError::InvalidStorageFileOffset(anyhow!( in get_flag_info_offset()
/build/make/tools/aconfig/aconfig_storage_file/src/
Dlib.rs191 InvalidStorageFileOffset(#[source] anyhow::Error), enumerator