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

/frameworks/base/tools/bit/
H A Dmain.cpp524 // We don't prefix with buildTop because we cd there and it
578 const string buildTop = get_required_env("ANDROID_BUILD_TOP", false); local
582 const string buildDevice = get_build_var(buildTop, "TARGET_DEVICE", false);
583 const string buildId = get_build_var(buildTop, "BUILD_ID", false);
586 // TODO: print_command("cd", buildTop.c_str());
587 chdir(buildTop.c_str());
951 const string buildTop = get_required_env("ANDROID_BUILD_TOP", true); local
955 chdir(buildTop.c_str());
H A Dmake.cpp48 get_build_var(const string& buildTop, const string& name, bool quiet) argument
58 cmd.AddArg(buildTop);
H A Dmake.h34 string get_build_var(const string& buildTop, const string& name, bool quiet);

Completed in 6417 milliseconds