Home
last modified time | relevance | path

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

/external/chromium_org/base/
Dfile_util.cc242 bool have_suffix = !suffix.empty(); in GetUniquePathNumber() local
244 (!have_suffix || !PathExists(FilePath(path.value() + suffix)))) { in GetUniquePathNumber()
252 (!have_suffix || !PathExists(FilePath(new_path.value() + suffix)))) { in GetUniquePathNumber()