Home
last modified time | relevance | path

Searched refs:base_components (Results 1 – 1 of 1) sorted by relevance

/external/libchrome/base/files/
Dfile_util_posix.cc793 std::vector<FilePath::StringType> base_components; in VerifyPathControlledByUser() local
796 base.GetComponents(&base_components); in VerifyPathControlledByUser()
800 for (ib = base_components.begin(), ip = path_components.begin(); in VerifyPathControlledByUser()
801 ib != base_components.end(); ++ib, ++ip) { in VerifyPathControlledByUser()