Searched refs:fileLine (Results 1 - 2 of 2) sorted by relevance
/foundation/ability/idl_tool/idl_tool_2/parser/ |
H A D | parser.h | 230 void LogError(const char *funcName, int fileLine, const std::string &message)
in LogError() argument 232 errors_.push_back(StringHelper::Format("[%s:%d] error:%s", funcName, fileLine, message.c_str()));
in LogError() 235 void LogError(const char *funcName, int fileLine, const Token &token, const std::string &message)
in LogError() argument 238 funcName, fileLine, LocInfo(token).c_str(), message.c_str()));
in LogError() 241 void LogErrorBeforeToken(const char *funcName, int fileLine, const Token &token, const std::string &message)
in LogErrorBeforeToken() argument 244 funcName, fileLine, LocInfo(token).c_str(), message.c_str(), token.value.c_str()));
in LogErrorBeforeToken()
|
/foundation/filemanagement/storage_service/services/storage_daemon/quota/ |
H A D | quota_manager.cpp | 481 std::string fileLine = "";
in WriteFileList() local 484 fileLine += AppFileService::SandboxHelper::Encode(fileStat.filePath) + FILE_CONTENT_SEPARATOR;
in WriteFileList() 487 fileLine += fileStat.filePath + FILE_CONTENT_SEPARATOR;
in WriteFileList() 489 fileLine += std::to_string(fileStat.mode) + FILE_CONTENT_SEPARATOR;
in WriteFileList() 491 fileLine += std::to_string(1) + FILE_CONTENT_SEPARATOR;
in WriteFileList() 493 fileLine += std::to_string(0) + FILE_CONTENT_SEPARATOR;
in WriteFileList() 495 fileLine += std::to_string(fileStat.fileSize) + FILE_CONTENT_SEPARATOR;
in WriteFileList() 496 fileLine += std::to_string(fileStat.lastUpdateTime) + FILE_CONTENT_SEPARATOR;
in WriteFileList() 497 fileLine += FILE_CONTENT_SEPARATOR;
in WriteFileList() 499 fileLine in WriteFileList() [all...] |
Completed in 3 milliseconds