Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/runtime/
H A Dfile_manager.cpp77 PandaString::size_type posEnd = abcPath.find_last_of('.'); in ResolveAnFilePath() local
78 if (posStart != std::string_view::npos && posEnd != std::string_view::npos) { in ResolveAnFilePath()
82 abcPathPrefix + PandaString(abcPath.substr(posStart, posEnd - posStart)) + anPathSuffix; in ResolveAnFilePath()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Djson_parser.cpp302 auto posEnd = istream_.tellg(); in GetValue() local
303 auto size = static_cast<size_t>(posEnd - posStart); in GetValue()

Completed in 1 milliseconds