Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp680 auto compile_func = &CompileFile; in Compile() local
682 compile_func = &CompileTable; in Compile()
690 compile_func = &CompileXml; in Compile()
693 compile_func = &CompilePng; in Compile()
705 if (compile_func != &CompileFile && !options.legacy_mode in Compile()
715 if (!compile_func(context, options, path_data, file, output_writer, out_path)) { in Compile()