Searched refs:current_file (Results 1 – 1 of 1) sorted by relevance
166 dirent* current_file; in ParseConfigDir() local168 while ((current_file = readdir(config_dir.get()))) { in ParseConfigDir()170 if (current_file->d_type == DT_REG) { in ParseConfigDir()172 android::base::StringPrintf("%s/%s", path.c_str(), current_file->d_name); in ParseConfigDir()