Searched defs:IsPathAbsolute (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/tools/gn/
H A Dfilesystem_utils.cc330 bool IsPathAbsolute(const base::StringPiece& path) { function
354 DCHECK(IsPathAbsolute(source_root));
355 DCHECK(IsPathAbsolute(path));
/external/chromium_org/base/files/
H A Dfile_path.cc81 bool IsPathAbsolute(const StringType& path) { function in namespace:base::__anon2248
485 DCHECK(!IsPathAbsolute(*appended));
533 return IsPathAbsolute(path_);

Completed in 201 milliseconds