Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp675 auto compile_func = &CompileFile; in Compile() local
677 compile_func = &CompileTable; in Compile()
685 compile_func = &CompileXml; in Compile()
688 compile_func = &CompilePng; in Compile()
700 if (compile_func != &CompileFile && !options.legacy_mode in Compile()
710 if (!compile_func(context, options, path_data, file, output_writer, out_path)) { in Compile()