Home
last modified time | relevance | path

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

/foundation/graphic/graphic_3d/lume/LumeEngine/src/io/
H A Dpath_tools.cpp181 auto lastDot = filename.find_last_of('.'); in SplitPath() local
182 if (lastDot != string_view::npos) { in SplitPath()
183 ext = filename.substr(lastDot + 1); in SplitPath()
184 filename = filename.substr(0, lastDot); in SplitPath()
/foundation/arkui/napi/module_manager/
H A Dnative_module_manager.cpp759 char* lastDot = strrchr(dupModuleName, '.'); in GetNativeModulePath() local
760 if (lastDot == nullptr) { in GetNativeModulePath()
816 char* afterDot = lastDot + 1; in GetNativeModulePath()
820 *lastDot = '\0'; in GetNativeModulePath()
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H A Dmedialibrary_analysis_album_operations.cpp161 size_t lastDot = fileName.find_last_of('.'); in GetCoverUri() local
162 if (lastDot != string::npos) { in GetCoverUri()
163 fileTitle = fileName.substr(0, lastDot); in GetCoverUri()

Completed in 4 milliseconds