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

  /art/dex2oat/
dex2oat.cc 227 const std::string* host_prefix,
278 if (host_prefix != NULL && StartsWith(image_file_location, host_prefix->c_str())) {
279 image_file_location = image_file_location.substr(host_prefix->size());
593 UniquePtr<std::string> host_prefix; local
673 host_prefix.reset(new std::string(option.substr(strlen("--host-prefix=")).data()));
729 if (host_prefix.get() == NULL) {
732 host_prefix.reset(new std::string(android_product_out));
746 if (host_prefix.get() == NULL) {
749 boot_image_filename += *host_prefix.get()
    [all...]
  /system/core/adb/
commandline.c 1277 char host_prefix[64]; local
    [all...]
  /art/oatdump/
oatdump.cc 99 explicit OatDumper(const std::string& host_prefix, const OatFile& oat_file)
100 : host_prefix_(host_prefix),
666 const std::string& host_prefix, gc::space::ImageSpace& image_space,
668 : os_(os), image_filename_(image_filename), host_prefix_(host_prefix),
1367 UniquePtr<std::string> host_prefix; local
    [all...]

Completed in 2215 milliseconds