Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DCompile.cpp673 auto compile_func = &CompileFile; in Compile() local
675 compile_func = &CompileTable; in Compile()
683 compile_func = &CompileXml; in Compile()
686 compile_func = &CompilePng; in Compile()
698 if (compile_func != &CompileFile && !options.legacy_mode in Compile()
708 if (!compile_func(context, options, path_data, file, output_writer, out_path)) { in Compile()