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/core/mkbootimg/
Dmkbootimg.py152 if match.lastindex >= 2:
154 if match.lastindex == 3: