Searched refs:starts_with (Results 1 – 5 of 5) sorted by relevance
74 bool starts_with(const string& str, const string& prefix);
181 if (!starts_with(fn, buildOut + "/target/")) { in read_modules()
195 starts_with(const string& str, const string& prefix) in starts_with() function
671 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()
148 if (starts_with(packageName, className)) { in pretty_component_name()