Home
last modified time | relevance | path

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

/external/angle/src/common/
Dsystem_utils_linux.cpp39 size_t lastPathSepLoc = executablePath.find_last_of("/"); in GetExecutableDirectory() local
Dsystem_utils_apple.cpp47 size_t lastPathSepLoc = executablePath.find_last_of("/"); in GetExecutableDirectory() local
Dsystem_utils_win.cpp33 size_t lastPathSepLoc = executablePath.find_last_of("\\/"); in GetDirectory() local
/external/angle/src/tests/gles_conformance_tests/
Dgles_conformance_tests.cpp38 size_t lastPathSepLoc = executableLocation.find_last_of("\\/"); in GetExecutableDirectory() local