Searched refs:table_file (Results 1 – 2 of 2) sorted by relevance
50 with tempfile.NamedTemporaryFile(suffix='.table') as table_file:52 table_file.write(table)53 table_file.flush()55 cmd = [signer_path, table_file.name, key_path, signature_file.name]58 cmd = [signer_path] + args_list + [table_file.name, key_path, signature_file.name]
100 io::IFile* table_file = collection->FindFile(kProtoResourceTablePath); in LoadProtoApkFromFileCollection() local101 if (table_file != nullptr) { in LoadProtoApkFromFileCollection()103 std::unique_ptr<io::InputStream> in = table_file->OpenInputStream(); in LoadProtoApkFromFileCollection()158 io::IFile* table_file = collection->FindFile(kApkResourceTablePath); in LoadBinaryApkFromFileCollection() local159 if (table_file != nullptr) { in LoadBinaryApkFromFileCollection()161 std::unique_ptr<io::IData> data = table_file->OpenAsData(); in LoadBinaryApkFromFileCollection()