Home
last modified time | relevance | path

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

/dports/cad/repsnapper/repsnapper-2.5a4/src/
H A Dplatform.cpp57 std::string this_extn = fname.substr(fname.find_last_of(".") + 1); in has_extension() local
58 return this_extn == extn; in has_extension()