Home
last modified time | relevance | path

Searched defs:buildOut (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/base/tools/bit/
H A Dmain.cpp674 const string buildOut = get_out_dir(); in run_phases() local
1188 const string buildOut = get_out_dir(); in run_refresh() local
1213 const string buildOut = get_out_dir(); in run_tab_completion() local
H A Dmake.cpp202 read_modules(const string& buildOut, const string& device, map<string,Module>* result, bool quiet) in read_modules()