Searched defs:truncated (Results 1 – 3 of 3) sorted by relevance
51 APPSPAWN_STATIC int WriteToFile(const char *path, int truncated, pid_t pids[], uint32_t count) in WriteToFile()
63 bool SaveStringToFile(const std::string& filePath, const std::string& content, bool truncated) in SaveStringToFile()78 bool SaveBufferToFile(const std::string& filePath, const std::vector<char>& content, bool truncated) in SaveBufferToFile()
237 bool truncated = false; in SaveDbToFile() local