Searched defs:AppendToFile (Results 1 – 4 of 4) sorted by relevance
80 void AppendToFile(const std::string &Data, const std::string &Path) { in AppendToFile() function85 void AppendToFile(const uint8_t *Data, size_t Size, const std::string &Path) { in AppendToFile() function
424 bool FtraceProcfs::AppendToFile(const std::string& path, in AppendToFile() function in perfetto::FtraceProcfs
861 bool AppendToFile(const FilePath& filename, const char* data, int size) { in AppendToFile() function
2705 TEST_F(FileUtilTest, AppendToFile) { in TEST_F() argument