Searched refs:starts_with (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/tools/bit/ |
D | util.h | 74 bool starts_with(const string& str, const string& prefix);
|
D | main.cpp | 726 if (starts_with(file, systemPath)) { in run_phases() 737 if (starts_with(file, dataPath) && ends_with(file, ".apk")) { in run_phases() 744 if (target->module.HasClass(NATIVE_TESTS) && starts_with(file, dataPath)) { in run_phases() 907 if (!starts_with(filename, dataPath)) { in run_phases() 970 if (!starts_with(filename, dataPath) || !ends_with(filename, ".apk")) { in run_phases() 1220 if (starts_with(it->first, word)) { in run_tab_completion()
|
D | util.cpp | 195 starts_with(const string& str, const string& prefix) in starts_with() function
|
D | make.cpp | 258 if (!starts_with(fn, buildOut + "/target/")) { in read_modules()
|
D | aapt.cpp | 148 if (starts_with(packageName, className)) { in pretty_component_name()
|