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