Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
H A Dzip_file.cpp35 const char FILE_SEPARATOR_CHAR = '/'; member
136 while (cur < fileName.size() && fileName[cur] == FILE_SEPARATOR_CHAR) { in AddEntryToTree()
142 auto next = fileName.find_first_of(FILE_SEPARATOR_CHAR, cur); in AddEntryToTree()
245 while (cur < dir.size() && dir[cur] == FILE_SEPARATOR_CHAR) { in IsDirExist()
251 auto next = dir.find_first_of(FILE_SEPARATOR_CHAR, cur); in IsDirExist()
283 auto rootName = srcPath.back() == FILE_SEPARATOR_CHAR ? in GetAllFileList()
289 while (cur < rootName.size() && rootName[cur] == FILE_SEPARATOR_CHAR) { in GetAllFileList()
295 auto next = rootName.find_first_of(FILE_SEPARATOR_CHAR, cur); in GetAllFileList()
318 while (cur < srcPath.size() && srcPath[cur] == FILE_SEPARATOR_CHAR) { in GetChildNames()
324 auto next = srcPath.find_first_of(FILE_SEPARATOR_CHAR, cu in GetChildNames()
[all...]

Completed in 1 milliseconds