Home
last modified time | relevance | path

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

/system/tools/mkbootimg/
Dmkbootimg.py368 if match.lastindex >= 2:
370 if match.lastindex == 3:
/system/bpf/libbpf_android/
DLoader.cpp71 size_t lastindex = ret.find_last_of('.'); in pathToFilename() local
72 return ret.substr(0, lastindex); in pathToFilename()