Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.h230 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… in LogErrorBeforeToken() argument
244 funcName, fileLine, LocInfo(token).c_str(), message.c_str(), token.value.c_str())); in LogErrorBeforeToken()
/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp478 std::string fileLine = ""; in WriteFileList() local
484 fileLine += fileStat.filePath + FILE_CONTENT_SEPARATOR; in WriteFileList()
488 fileLine += std::to_string(1) + FILE_CONTENT_SEPARATOR; in WriteFileList()
490 fileLine += std::to_string(0) + FILE_CONTENT_SEPARATOR; in WriteFileList()
494 fileLine += FILE_CONTENT_SEPARATOR; in WriteFileList()
496 fileLine += std::to_string(1); in WriteFileList()
498 fileLine += std::to_string(0); in WriteFileList()
500 fileLine += FILE_CONTENT_SEPARATOR; in WriteFileList()
502 fileLine += std::to_string(1); in WriteFileList()
504 fileLine += std::to_string(0); in WriteFileList()
[all …]