Home
last modified time | relevance | path

Searched refs:android_build_top (Results 1 – 2 of 2) sorted by relevance

/art/libartbase/base/
Dcommon_art_test.cc168 std::string android_build_top; in GetAndroidBuildTop() local
180 android_build_top = path.parent_path().parent_path().parent_path(); in GetAndroidBuildTop()
187 android_build_top = path.append("art_common"); in GetAndroidBuildTop()
192 CHECK(!android_build_top.empty()); in GetAndroidBuildTop()
196 android_build_top = std::filesystem::path(android_build_top).string(); in GetAndroidBuildTop()
197 CHECK(!android_build_top.empty()); in GetAndroidBuildTop()
199 if (std::filesystem::weakly_canonical(android_build_top).string() != in GetAndroidBuildTop()
201 android_build_top = android_build_top_from_env; in GetAndroidBuildTop()
204 setenv("ANDROID_BUILD_TOP", android_build_top.c_str(), /*overwrite=*/0); in GetAndroidBuildTop()
206 if (android_build_top.back() != '/') { in GetAndroidBuildTop()
[all …]
/art/test/
Drun_test_build.py63 def __init__(self, args, android_build_top, test_dir): argument
64 self.android_build_top = android_build_top.absolute()
106 "ANDROID_BUILD_TOP": self.android_build_top,
550 android_build_top = Path(getcwd()).absolute()
570 tests.append(BuildTestContext(args, android_build_top, dstdir))
588 proc = run([android_build_top / args.soong_zip, "-o", android_build_top / args.out,