Home
last modified time | relevance | path

Searched refs:OUTPUT_PATH (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/soong/scripts/
H A Dsetup_go_workspace_for_soong.sh150 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/\:.*//')"; then
336 readonly OUTPUT_PATH
337 if [ -z "${OUTPUT_PATH}" ]; then
346 "${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 …]
/aosp12/frameworks/native/cmds/installd/
H A Drun_dex2oat_test.cpp35 static constexpr const char* OUTPUT_PATH = "/dir/output/basename.oat"; member in android::installd::RunDex2OatTest
91 args->output_oat.reset(OAT_FD, OUTPUT_PATH); in MakeDefaultTestArgs()
169 default_expected_flags_["--oat-location"] = "=" + std::string(OUTPUT_PATH); in initializeDefaultExpectedFlags()
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dmain.cpp66 std::string OUTPUT_PATH; variable
1574 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()