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

  /device/google/wahoo/dumpstate/
DumpstateDevice.cpp 58 struct dirent **dirent_list = NULL; local
60 &dirent_list,
63 if (!dirent_list) {
73 ALOGD("Found %s\n", dirent_list[i]->d_name);
75 if (0 != strncmp(dirent_list[i]->d_name, DIAG_LOG_PREFIX, strlen(DIAG_LOG_PREFIX))) {
80 ALOGD("Skipped %s\n", dirent_list[i]->d_name);
87 std::string srcLogFile = srcDir + "/" + dirent_list[i]->d_name;
88 std::string destLogFile = destDir + "/" + dirent_list[i]->d_name;
97 free(dirent_list[num_entries]);
100 free(dirent_list);
    [all...]
  /device/google/bonito/dumpstate/
DumpstateDevice.cpp 66 struct dirent **dirent_list = NULL; local
68 &dirent_list,
71 if (!dirent_list) {
80 ALOGD("Found %s\n", dirent_list[i]->d_name);
82 if (0 != strncmp(dirent_list[i]->d_name, logPrefix, strlen(logPrefix))) {
87 ALOGD("Skipped %s\n", dirent_list[i]->d_name);
94 std::string srcLogFile = srcDir + "/" + dirent_list[i]->d_name;
95 std::string destLogFile = destDir + "/" + dirent_list[i]->d_name;
104 free(dirent_list[num_entries]);
107 free(dirent_list);
    [all...]
  /device/google/crosshatch/dumpstate/
DumpstateDevice.cpp 66 struct dirent **dirent_list = NULL; local
68 &dirent_list,
71 if (!dirent_list) {
80 ALOGD("Found %s\n", dirent_list[i]->d_name);
82 if (0 != strncmp(dirent_list[i]->d_name, logPrefix, strlen(logPrefix))) {
87 ALOGD("Skipped %s\n", dirent_list[i]->d_name);
94 std::string srcLogFile = srcDir + "/" + dirent_list[i]->d_name;
95 std::string destLogFile = destDir + "/" + dirent_list[i]->d_name;
104 free(dirent_list[num_entries]);
107 free(dirent_list);
    [all...]

Completed in 58 milliseconds