Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/jspandafile/
H A Djs_pandafile_manager.cpp513 auto thirdLastSlash = desc.rfind("/", secondLastSlash - 1); in GetModuleNameFromDesc() local
514 if (thirdLastSlash == std::string::npos) { in GetModuleNameFromDesc()
518 // get moduleName from thirdLastSlash to secondLastSlash in GetModuleNameFromDesc()
519 return desc.substr(thirdLastSlash + 1, secondLastSlash - thirdLastSlash - 1); in GetModuleNameFromDesc()

Completed in 2 milliseconds