Home
last modified time | relevance | path

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

/frameworks/base/startop/view_compiler/
Dapk_layout_compiler.h28 void CompileApkLayouts(const std::string& filename, CompilationTarget target,
Dmain.cc132 startop::CompileApkLayouts(filename, target, is_stdout ? std::cout : outfile); in main()
Dapk_layout_compiler.cc160 void CompileApkLayouts(const std::string& filename, CompilationTarget target, in CompileApkLayouts() function