Home
last modified time | relevance | path

Searched refs:actualExt (Results 1 – 2 of 2) sorted by relevance

/external/skqp/dm/
DDMSrcSink.cpp296 const char* actualExt = strrchr(path.c_str(), '.'); in serial_from_path_name() local
297 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()
/external/skia/dm/
DDMSrcSink.cpp300 const char* actualExt = strrchr(path.c_str(), '.'); in serial_from_path_name() local
301 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()