Home
last modified time | relevance | path

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

/frameworks/base/tools/bit/
Dmake.h34 string get_build_var(const string& buildTop, const string& name, bool quiet);
Dmake.cpp48 get_build_var(const string& buildTop, const string& name, bool quiet) in get_build_var() argument
58 cmd.AddArg(buildTop); in get_build_var()
Dmain.cpp613 const string buildTop = get_required_env("ANDROID_BUILD_TOP", false); in run_phases() local
617 const string buildDevice = get_build_var(buildTop, "TARGET_DEVICE", false); in run_phases()
618 const string buildId = get_build_var(buildTop, "BUILD_ID", false); in run_phases()
622 chdir(buildTop.c_str()); in run_phases()
998 const string buildTop = get_required_env("ANDROID_BUILD_TOP", true); in run_tab_completion() local
1002 chdir(buildTop.c_str()); in run_tab_completion()