Lines Matching full:substr
279 image_file_location = image_file_location.substr(host_prefix->size());
625 dex_filenames.push_back(option.substr(strlen("--dex-file=")).data());
627 dex_locations.push_back(option.substr(strlen("--dex-location=")).data());
629 const char* zip_fd_str = option.substr(strlen("--zip-fd=")).data();
634 zip_location = option.substr(strlen("--zip-location=")).data();
636 oat_filename = option.substr(strlen("--oat-file=")).data();
638 oat_symbols = option.substr(strlen("--oat-symbols=")).data();
640 const char* oat_fd_str = option.substr(strlen("--oat-fd=")).data();
649 const char* thread_count_str = option.substr(strlen("-j")).data();
654 oat_location = option.substr(strlen("--oat-location=")).data();
656 bitcode_filename = option.substr(strlen("--bitcode=")).data();
658 image_filename = option.substr(strlen("--image=")).data();
660 image_classes_filename = option.substr(strlen("--image-classes=")).data();
662 image_classes_zip_filename = option.substr(strlen("--image-classes-zip=")).data();
664 const char* image_base_str = option.substr(strlen("--base=")).data();
671 boot_image_filename = option.substr(strlen("--boot-image=")).data();
673 host_prefix.reset(new std::string(option.substr(strlen("--host-prefix=")).data()));
675 android_root = option.substr(strlen("--android-root=")).data();
677 StringPiece instruction_set_str = option.substr(strlen("--instruction-set=")).data();
686 StringPiece backend_str = option.substr(strlen("--compiler-backend=")).data();