Home
last modified time | relevance | path

Searched refs:starts_with (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/bit/
Dutil.h74 bool starts_with(const string& str, const string& prefix);
Dmake.cpp181 if (!starts_with(fn, buildOut + "/target/")) { in read_modules()
Dutil.cpp195 starts_with(const string& str, const string& prefix) in starts_with() function
Dmain.cpp671 if (starts_with(file, systemPath)) { in run_phases()
681 if (starts_with(file, dataPath) && ends_with(file, ".apk")) { in run_phases()
1019 if (starts_with(it->first, word)) { in run_tab_completion()
Daapt.cpp148 if (starts_with(packageName, className)) { in pretty_component_name()