Home
last modified time | relevance | path

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

/external/perf_data_converter/src/
Dbuilder.h75 static bool MarshalToFile(const Profile &profile, int fd);
79 static bool MarshalToFile(const Profile &profile, const char *filename);
Dbuilder.cc94 bool Builder::MarshalToFile(const Profile &profile, int fd) { in MarshalToFile() function in perftools::profiles::Builder
104 bool Builder::MarshalToFile(const Profile &profile, const char *filename) { in MarshalToFile() function in perftools::profiles::Builder
110 int ret = MarshalToFile(profile, fd); in MarshalToFile()