Searched refs:FILE_NAME_SEPARATOR (Results 1 – 1 of 1) sorted by relevance
32 const char FILE_NAME_SEPARATOR[] = "-"; variable151 if (file.find(FILE_SEPARATOR + name_ + FILE_NAME_SEPARATOR) == std::string::npos) { in GetCurFile()170 …filePath.append(name_).append(FILE_NAME_SEPARATOR).append(std::to_string(type_)).append(FILE_NAME_… in CreateCurFile()171 .append(level_).append(FILE_NAME_SEPARATOR).append(std::to_string(seq)).append(FILE_EXT); in CreateCurFile()