Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util.cc269 bool have_suffix = !suffix.empty(); in GetUniquePathNumber() local
271 (!have_suffix || !PathExists(FilePath(path.value() + suffix)))) { in GetUniquePathNumber()
279 (!have_suffix || !PathExists(FilePath(new_path.value() + suffix)))) { in GetUniquePathNumber()