Home
last modified time | relevance | path

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

/aosp_15_r20/frameworks/base/tools/aapt2/
H A DLoadedApk.cpp102 io::IFile* table_file = collection->FindFile(kProtoResourceTablePath); in LoadProtoApkFromFileCollection() local
161 io::IFile* table_file = collection->FindFile(kApkResourceTablePath); in LoadBinaryApkFromFileCollection() local
/aosp_15_r20/trusty/kernel/lib/syscall/stubgen/
H A Dstubgen.py269 def process_table(table_file, std_file, stubs_file, rust_file, verify, arch): argument