HomeSort by relevance Sort by last modified time
    Searched full:encoded_file_path (Results 1 - 3 of 3) sorted by null

  /system/extras/perfprofd/
perfprofdcore.h 67 // by "encoded_file_path". Return status indicates whether the operation
71 const char *encoded_file_path,
perfprofdcore.cc 485 const char *encoded_file_path,
522 FILE *fp = fopen(encoded_file_path, "w");
532 chmod(encoded_file_path, S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH);
  /system/extras/perfprofd/tests/
perfprofd_test.cc 60 static std::string encoded_file_path(int seq) function
255 int perf_data_stat_result = stat(encoded_file_path(0).c_str(), &statb);
261 FILE *ifp = fopen(encoded_file_path(0).c_str(), "r");
559 encode_to_proto(input_perf_data, encoded_file_path(0).c_str(), config, 0);
631 encode_to_proto(input_perf_data, encoded_file_path(0).c_str(), config, 0);
777 EXPECT_EQ(0, access(encoded_file_path(0).c_str(), F_OK));
778 EXPECT_NE(0, access(encoded_file_path(1).c_str(), F_OK));
779 EXPECT_EQ(0, access(encoded_file_path(2).c_str(), F_OK));

Completed in 3992 milliseconds