Searched refs:actualExt (Results 1 – 2 of 2) sorted by relevance
296 const char* actualExt = strrchr(path.c_str(), '.'); in serial_from_path_name() local297 if (actualExt) { in serial_from_path_name()298 actualExt++; in serial_from_path_name()300 if (0 == strcmp(ext, actualExt)) { in serial_from_path_name()
300 const char* actualExt = strrchr(path.c_str(), '.'); in serial_from_path_name() local301 if (actualExt) { in serial_from_path_name()302 actualExt++; in serial_from_path_name()304 if (0 == strcmp(ext, actualExt)) { in serial_from_path_name()