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

/frameworks/base/tools/bit/
H A Dmake.h34 string get_build_var(const string& buildTop, const string& name, bool quiet);
H A Dmake.cpp48 get_build_var(const string& buildTop, const string& name, bool quiet) argument
58 cmd.AddArg(buildTop);
H A Dmain.cpp559 // We don't prefix with buildTop because we cd there and it
613 const string buildTop = get_required_env("ANDROID_BUILD_TOP", false); local
617 const string buildDevice = get_build_var(buildTop, "TARGET_DEVICE", false);
618 const string buildId = get_build_var(buildTop, "BUILD_ID", false);
621 // TODO: print_command("cd", buildTop.c_str());
622 chdir(buildTop.c_str());
998 const string buildTop = get_required_env("ANDROID_BUILD_TOP", true); local
1002 chdir(buildTop.c_str());

Completed in 192 milliseconds