Home
last modified time | relevance | path

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

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