Home
last modified time | relevance | path

Searched defs:lastDot (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmir_module.cpp366 std::string::size_type lastDot = fileName.find_last_of('.'); in OutputFunctionListAsciiMpl() local
499 std::string::size_type lastDot = fileNameLocal.find_last_of('.'); in DumpToHeaderFile() local
702 std::string::size_type lastDot = fileName.find_last_of('.'); in OutputAsciiMpl() local
Dparser.cpp3201 std::string::size_type lastDot = importFileName.find_last_of("."); in ParseMIRForImport() local