Home
last modified time | relevance | path

Searched refs:foundDot (Results 1 - 1 of 1) sorted by relevance

/foundation/multimedia/ringtone_library/services/utils/src/
H A Dringtone_file_utils.cpp170 size_t foundDot = path.rfind("."); in GetBaseNameFromPath() local
174 if ((foundDot > found) && (foundDot != string::npos)) { in GetBaseNameFromPath()
175 baseName = path.substr(found + 1, foundDot - found - 1); in GetBaseNameFromPath()

Completed in 2 milliseconds