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

  /external/libcxx/test/libcxx/android/
compiler.py 14 self.build_top = os.getenv('ANDROID_BUILD_TOP')
44 env, self.build_top)
49 env, self.build_top)
  /ndk/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/android/
compiler.py 14 self.build_top = os.getenv('ANDROID_BUILD_TOP')
44 env, self.build_top)
49 env, self.build_top)
  /art/compiler/utils/
assembler_test_base.h 471 char* build_top = getenv("ANDROID_BUILD_TOP"); local
472 if (build_top != nullptr) {
473 return std::string(build_top) + "/";

Completed in 843 milliseconds