Home
last modified time | relevance | path

Searched defs:lastPathSepLoc (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/angle/src/common/
H A Dsystem_utils_linux.cpp39 size_t lastPathSepLoc = executablePath.find_last_of("/"); in GetExecutableDirectory() local
H A Dsystem_utils_apple.cpp47 size_t lastPathSepLoc = executablePath.find_last_of("/"); in GetExecutableDirectory() local
H A Dsystem_utils.cpp241 size_t lastPathSepLoc = path.find_last_of("\\/"); in StripFilenameFromPath() local
/aosp_15_r20/external/angle/src/tests/gles_conformance_tests/
H A Dgles_conformance_tests.cpp38 size_t lastPathSepLoc = executableLocation.find_last_of("\\/"); in GetExecutableDirectory() local