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

  /external/oprofile/
opimport_pull 22 android_host_out = os.environ['ANDROID_HOST_OUT']
24 print "Either OPROFILE_BIN_DIR or ANDROID_HOST_OUT must be set. Run \". envsetup.sh\" first"
26 oprofile_bin_dir = android_host_out + '/bin'
oprofile_android 35 android_host_out = os.environ['ANDROID_HOST_OUT']
37 print "Either OPROFILE_BIN_DIR or ANDROID_HOST_OUT must be set. Run \". envsetup.sh\" first"
39 oprofile_bin_dir = os.path.join(android_host_out, 'bin')
  /art/runtime/
common_runtime_test.cc 113 // Use ANDROID_HOST_OUT for ANDROID_ROOT if it is set.
114 const char* android_host_out = getenv("ANDROID_HOST_OUT"); local
115 if (android_host_out != nullptr) {
116 setenv("ANDROID_ROOT", android_host_out, 1);
143 if (getenv("ANDROID_HOST_OUT") == nullptr) {
144 setenv("ANDROID_HOST_OUT", getenv("ANDROID_ROOT"), 1);
292 const char* host_dir = getenv("ANDROID_HOST_OUT");
301 const char* host_dir = getenv("ANDROID_HOST_OUT");
323 filename += getenv("ANDROID_HOST_OUT");
    [all...]

Completed in 126 milliseconds