Lines Matching refs:buildTop
524 buildTop because we cd there and it
578 const string buildTop = get_required_env("ANDROID_BUILD_TOP", false);
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);
955 chdir(buildTop.c_str());