Searched refs:ent (Results 1 – 3 of 3) sorted by relevance
122 struct dirent* ent; in main() local126 while ((ent = readdir(input_dir)) != NULL) { in main()127 if (!strncmp(&ent->d_name[strlen(ent->d_name)-4], ".vts", 4)) { in main()130 argv[opt_count + 1], ent->d_name), vts_base_dir); in main()133 argv[opt_count + 2], ent->d_name), vts_base_dir); in main()140 cout << ent->d_name << endl; in main()
47 struct dirent* ent; in FindComponentSpecification() local64 while ((ent = readdir(dir))) { in FindComponentSpecification()65 if (ent->d_type == DT_REG && in FindComponentSpecification()66 string(ent->d_name).find(kSpecFileExt) != std::string::npos) { in FindComponentSpecification()67 LOG(DEBUG) << "Checking a file " << ent->d_name; in FindComponentSpecification()68 const string file_path = driver_lib_dir + "/" + string(ent->d_name); in FindComponentSpecification()
88 struct dirent *ent; in ExtractCompSpecs() local93 while ((ent = readdir(dir))) { in ExtractCompSpecs()94 string vts_spec_name{ent->d_name}; in ExtractCompSpecs()