Home
last modified time | relevance | path

Searched refs:path_components (Results 1 - 1 of 1) sorted by relevance

/third_party/gn/src/base/files/
H A Dfile_util_posix.cc625 std::vector<FilePath::StringType> path_components; in VerifyPathControlledByUser() local
628 path.GetComponents(&path_components); in VerifyPathControlledByUser()
631 for (ib = base_components.begin(), ip = path_components.begin(); in VerifyPathControlledByUser()
636 DCHECK(ip != path_components.end()); in VerifyPathControlledByUser()
644 for (; ip != path_components.end(); ++ip) { in VerifyPathControlledByUser()

Completed in 3 milliseconds