Searched refs:OUTPUT_PATH (Results 1 – 3 of 3) sorted by relevance
150 log_INFO "Created GOPATH-compatible directory structure at ${OUTPUT_PATH}."178 log_INFO "Unmounted the GOPATH-compatible directory structure at ${OUTPUT_PATH}."187 echo "Will create GOPATH-compatible directory structure at ${OUTPUT_PATH}"333 if ! OUTPUT_PATH="$(echo ${GOPATH} | sed 's/\:.*//')"; then336 readonly OUTPUT_PATH337 if [ -z "${OUTPUT_PATH}" ]; then346 "${ANDROID_PATH}/build/blueprint|${OUTPUT_PATH}/src/github.com/google/blueprint"347 "${ANDROID_PATH}/build/soong|${OUTPUT_PATH}/src/android/soong"348 "${ANDROID_PATH}/art/build|${OUTPUT_PATH}/src/android/soong/art"350 "${ANDROID_PATH}/external/llvm/soong|${OUTPUT_PATH}/src/android/soong/llvm"[all …]
35 static constexpr const char* OUTPUT_PATH = "/dir/output/basename.oat"; member in android::installd::RunDex2OatTest91 args->output_oat.reset(OAT_FD, OUTPUT_PATH); in MakeDefaultTestArgs()169 default_expected_flags_["--oat-location"] = "=" + std::string(OUTPUT_PATH); in initializeDefaultExpectedFlags()
66 std::string OUTPUT_PATH; variable1574 OUTPUT_PATH + (test.output.empty() ? DEFAULT_OUPUT_NAME : test.output); in TEST_P()1776 fastboot::OUTPUT_PATH = (found != args.end()) ? found->second + "/" : "/tmp/"; in main()