Searched refs:starts_with (Results 1 – 5 of 5) sorted by relevance
917 if (option.starts_with("--dex-file=")) { in dex2oat()919 } else if (option.starts_with("--dex-location=")) { in dex2oat()921 } else if (option.starts_with("--zip-fd=")) { in dex2oat()929 } else if (option.starts_with("--zip-location=")) { in dex2oat()931 } else if (option.starts_with("--oat-file=")) { in dex2oat()933 } else if (option.starts_with("--oat-symbols=")) { in dex2oat()935 } else if (option.starts_with("--oat-fd=")) { in dex2oat()953 } else if (option.starts_with("-j")) { in dex2oat()958 } else if (option.starts_with("--oat-location=")) { in dex2oat()960 } else if (option.starts_with("--bitcode=")) { in dex2oat()[all …]
962 if (option.starts_with("--instruction-set=")) { in patchoat()969 } else if (option.starts_with("--input-oat-location=")) { in patchoat()975 } else if (option.starts_with("--input-oat-file=")) { in patchoat()981 } else if (option.starts_with("--input-oat-fd=")) { in patchoat()993 } else if (option.starts_with("--input-image-location=")) { in patchoat()995 } else if (option.starts_with("--output-oat-file=")) { in patchoat()1001 } else if (option.starts_with("--output-oat-fd=")) { in patchoat()1013 } else if (option.starts_with("--output-image-file=")) { in patchoat()1019 } else if (option.starts_with("--output-image-fd=")) { in patchoat()1031 } else if (option.starts_with("--orig-base-offset=")) { in patchoat()[all …]
113 bool starts_with(const StringPiece& x) const { in starts_with() function
1717 if (option.starts_with("--oat-file=")) { in oatdump()1719 } else if (option.starts_with("--image=")) { in oatdump()1721 } else if (option.starts_with("--boot-image=")) { in oatdump()1723 } else if (option.starts_with("--instruction-set=")) { in oatdump()1744 } else if (option.starts_with("--output=")) { in oatdump()
1016 if (!tail.starts_with("(")) { in operator ==()1024 if (!tail.starts_with(param)) { in operator ==()1030 if (!tail.starts_with(")")) { in operator ==()