Searched refs:first_pos (Results 1 – 1 of 1) sorted by relevance
920 std::string::size_type first_pos = name.find_first_of('.'); in LookupMimeType() local932 if (first_pos != std::string::npos && first_pos < last_pos) { in LookupMimeType()948 if (first_pos == last_pos) { in LookupMimeType()
Completed in 5 milliseconds