Searched refs:starts_with (Results 1 – 8 of 8) sorted by relevance
593 if (option.starts_with("--dex-file=")) { in ParseArgs()595 } else if (option.starts_with("--dex-location=")) { in ParseArgs()597 } else if (option.starts_with("--zip-fd=")) { in ParseArgs()605 } else if (option.starts_with("--zip-location=")) { in ParseArgs()607 } else if (option.starts_with("--oat-file=")) { in ParseArgs()609 } else if (option.starts_with("--oat-symbols=")) { in ParseArgs()611 } else if (option.starts_with("--oat-fd=")) { in ParseArgs()623 } else if (option.starts_with("-j")) { in ParseArgs()628 } else if (option.starts_with("--oat-location=")) { in ParseArgs()630 } else if (option.starts_with("--image=")) { in ParseArgs()[all …]
985 if (option.starts_with("--instruction-set=")) { in patchoat()992 } else if (option.starts_with("--input-oat-location=")) { in patchoat()998 } else if (option.starts_with("--input-oat-file=")) { in patchoat()1004 } else if (option.starts_with("--input-oat-fd=")) { in patchoat()1016 } else if (option.starts_with("--input-image-location=")) { in patchoat()1018 } else if (option.starts_with("--output-oat-file=")) { in patchoat()1024 } else if (option.starts_with("--output-oat-fd=")) { in patchoat()1036 } else if (option.starts_with("--output-image-file=")) { in patchoat()1042 } else if (option.starts_with("--output-image-fd=")) { in patchoat()1054 } else if (option.starts_with("--orig-base-offset=")) { in patchoat()[all …]
141 if (option.starts_with("--boot-image=")) { in Parse()143 } else if (option.starts_with("--instruction-set=")) { in Parse()151 } else if (option.starts_with("--output=")) { in Parse()
122 bool starts_with(const StringPiece& x) const { in starts_with() function
2310 if (option.starts_with("--oat-file=")) { in ParseCustom()2312 } else if (option.starts_with("--image=")) { in ParseCustom()2322 } else if (option.starts_with("--symbolize=")) { in ParseCustom()2325 } else if (option.starts_with("--class-filter=")) { in ParseCustom()2327 } else if (option.starts_with("--method-filter=")) { in ParseCustom()2329 } else if (option.starts_with("--list-classes")) { in ParseCustom()2331 } else if (option.starts_with("--list-methods")) { in ParseCustom()2333 } else if (option.starts_with("--export-dex-to=")) { in ParseCustom()2335 } else if (option.starts_with("--addr2instr=")) { in ParseCustom()
1079 if (!tail.starts_with("(")) { in operator ==()1087 if (!tail.starts_with(param)) { in operator ==()1093 if (!tail.starts_with(")")) { in operator ==()
454 if (class_name.starts_with(gBuiltInPrefixes[i])) { in ShouldTrace()
876 if (option.starts_with("--image-diff-pid=")) { in ParseCustom()