Home
last modified time | relevance | path

Searched refs:archive_split_index (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/runtime_core/libpandafile/
Dfile.cpp117 std::size_t archive_split_index = location.find(ARCHIVE_SPLIT); in OpenPandaFileOrZip() local
118 if (archive_split_index != std::string::npos) { in OpenPandaFileOrZip()
119 archive_filename = location.substr(archive_split_index + 2); // 2 - archive split size in OpenPandaFileOrZip()
120 location = location.substr(0, archive_split_index); in OpenPandaFileOrZip()