Searched refs:host_dir (Results 1 – 2 of 2) sorted by relevance
823 if host_dir is not None:850 if host_dir is not None:880 if host_dir is not None:922 if host_dir is not None:1031 if host_dir is not None:1066 if host_dir is not None:1097 if host_dir is not None:1121 if host_dir is not None:1156 if host_dir is not None:1171 if host_dir is not None:[all …]
563 const char* host_dir = getenv("ANDROID_HOST_OUT"); in GetImageDirectory() local564 CHECK(host_dir != nullptr); in GetImageDirectory()565 path = std::string(host_dir) + "/apex/art_boot_images"; in GetImageDirectory()