HomeSort by relevance Sort by last modified time
    Searched full:have_suffix (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/base/
file_util.cc 233 bool have_suffix = !suffix.empty(); local
235 (!have_suffix || !PathExists(FilePath(path.value() + suffix)))) {
244 (!have_suffix || !PathExists(FilePath(new_path.value() + suffix)))) {

Completed in 81 milliseconds