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

  /external/oprofile/libpp/
op_header.h 45 opd_header const read_header(std::string const & sample_filename);
profile.cpp 77 opd_header head = read_header(filename);
op_header.cpp 140 opd_header const read_header(string const & sample_filename) function
arrange_profiles.cpp 265 return read_header(file);
272 opd_header const temp = read_header(files.sample_filename);
279 opd_header const temp = read_header(*it);
  /frameworks/native/cmds/rawbu/
backup.cpp 438 static int read_header(FILE* fh, int* type, char** path, struct stat* st) function in namespace:android
539 if (read_header(fh, &type, &path, &statBuffer) == 0) {

Completed in 758 milliseconds