Home
last modified time | relevance | path

Searched refs:StartsWith (Results 26 – 31 of 31) sorted by relevance

12

/art/imgdiag/
Dimgdiag.cc1872 if (StartsWith(option, "--image-diff-pid=")) { in ParseCustom()
1879 } else if (StartsWith(option, "--zygote-diff-pid=")) { in ParseCustom()
/art/runtime/jni/
Djava_vm_ext.cc623 if (StartsWith(class_name, gBuiltInPrefixes[i])) { in ShouldTrace()
/art/runtime/
Delf_file.cc1471 if (android::base::StartsWith(name, ".debug") in Strip()
Doat_file.cc635 (!StartsWith(dex_file_location, primary_location) || in Setup()
Dclass_loader_context_test.cc437 if (!android::base::StartsWith(in, cwd) || (cwd_len < 1)) { in CreateRelativeString()
/art/dex2oat/
Ddex2oat_test.cc148 [](const std::string& s) { return StartsWith(s, "--zip-fd="); })); in GenerateOdexForTest()

12