HomeSort by relevance Sort by last modified time
    Searched refs:buildTop (Results 1 - 3 of 3) sorted by null

  /frameworks/base/tools/bit/
make.h 34 string get_build_var(const string& buildTop, const string& name, bool quiet);
make.cpp 48 get_build_var(const string& buildTop, const string& name, bool quiet)
58 cmd.AddArg(buildTop);
main.cpp 524 // We don't prefix with 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());
    [all...]

Completed in 80 milliseconds