HomeSort by relevance Sort by last modified time
    Searched defs:IsPathAbsolute (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/tools/gn/
filesystem_utils.cc 330 bool IsPathAbsolute(const base::StringPiece& path) {
354 DCHECK(IsPathAbsolute(source_root));
355 DCHECK(IsPathAbsolute(path));
  /external/chromium_org/base/files/
file_path.cc 81 bool IsPathAbsolute(const StringType& path) {
485 DCHECK(!IsPathAbsolute(*appended));
533 return IsPathAbsolute(path_);
    [all...]

Completed in 68 milliseconds