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

  /external/oprofile/pp/
oparchive.cpp 62 string stats_path; local
64 stats_path = session_samples_dir + "stats/";
66 if (!(dir = opendir(stats_path.c_str()))) {
80 copy_one_file(image_ok, stats_path + "/event_lost_overflow", archive_stats_path);
95 copy_one_file(image_ok, stats_path + path, archive_stats_path);
  /external/oprofile/libpp/
profile_spec.cpp 460 string stats_path; local
463 stats_path = session_samples_dir + "stats/";
464 ret = op_read_int_from_file((stats_path + "event_lost_overflow").
467 if (!(dir = opendir(stats_path.c_str()))) {
477 path = stats_path + dirent->d_name + "/";

Completed in 180 milliseconds