HomeSort by relevance Sort by last modified time
    Searched refs:MarshalToFile (Results 1 - 2 of 2) sorted by null

  /external/perf_data_converter/src/
builder.h 75 static bool MarshalToFile(const Profile &profile, int fd);
79 static bool MarshalToFile(const Profile &profile, const char *filename);
builder.cc 94 bool Builder::MarshalToFile(const Profile &profile, int fd) {
104 bool Builder::MarshalToFile(const Profile &profile, const char *filename) {
110 int ret = MarshalToFile(profile, fd);

Completed in 652 milliseconds