Home
last modified time | relevance | path

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

/aosp_15_r20/build/make/tools/aconfig/aconfig_storage_read_api/src/
H A Dlib.rs182 pub struct PackageReadContextQueryCXX { struct
183 pub query_success: bool,
184 pub error_message: String,
185 pub package_exists: bool,
186 pub package_id: u32,
187 pub boolean_start_index: u32,
220 ) -> PackageReadContextQueryCXX; in get_package_read_context_cxx()
239 impl ffi::PackageReadContextQueryCXX { implementation
354 pub fn get_package_read_context_cxx(file: &[u8], package: &str) -> ffi::PackageReadContextQueryCXX { in get_package_read_context_cxx()
/aosp_15_r20/out/soong/.intermediates/build/make/tools/aconfig/aconfig_storage_read_api/libcxx_aconfig_storage_read_api_bridge_code/gen/aconfig_storage/
Dlib.rs.cc550 struct PackageReadContextQueryCXX final { struct
559 #endif // CXXBRIDGE1_STRUCT_PackageReadContextQueryCXX argument