Home
last modified time | relevance | path

Searched refs:lastindex (Results 1 – 2 of 2) sorted by relevance

/system/bpf/libbpf_android/
DLoaderUtils.h29 size_t lastindex = ret.find_last_of('.'); variable
30 return ret.substr(0, lastindex);
/system/tools/mkbootimg/
Dmkbootimg.py204 if match.lastindex >= 2:
206 if match.lastindex == 3: