Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_util.cc226 bool have_suffix = !suffix.empty(); in GetUniquePathNumber() local
228 (!have_suffix || !PathExists(FilePath(path.value() + suffix)))) { in GetUniquePathNumber()
236 (!have_suffix || !PathExists(FilePath(new_path.value() + suffix)))) { in GetUniquePathNumber()