HomeSort by relevance Sort by last modified time
    Searched refs:EndsWithSlash (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/tools/gn/
source_dir.cc 16 DCHECK(EndsWithSlash(s));
27 if (!EndsWithSlash(value_))
34 if (!EndsWithSlash(value_))
90 if (!EndsWithSlash(ret.value_))
104 if (!EndsWithSlash(ret.value_))
114 if (!EndsWithSlash(ret.value_))
function_rebase_path.cc 23 if (EndsWithSlash(input)) {
24 if (!EndsWithSlash(*output)) // Preserve same slash type as input.
27 if (EndsWithSlash(*output))
source_file.cc 19 DCHECK(!EndsWithSlash(value_));
filesystem_utils.h 87 bool EndsWithSlash(const std::string& s);
filesystem_utils.cc 306 bool EndsWithSlash(const std::string& s) {

Completed in 40 milliseconds