HomeSort by relevance Sort by last modified time
    Searched refs:host_prefix (Results 1 - 7 of 7) 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...]
  /external/chromium/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc 43 const SBPrefix& host_prefix,
48 host.host = host_prefix;
120 const SBPrefix& host_prefix,
125 host.host = host_prefix;
    [all...]
  /external/chromium_org/chrome/browser/safe_browsing/
safe_browsing_database_unittest.cc 43 const SBPrefix& host_prefix,
48 host.host = host_prefix;
120 const SBPrefix& host_prefix,
125 host.host = host_prefix;
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cookielib.py     [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cookielib.py     [all...]

Completed in 549 milliseconds