Searched refs:base_components (Results 1 – 1 of 1) sorted by relevance
911 std::vector<FilePath::StringType> base_components; in VerifyPathControlledByUser() local914 base.GetComponents(&base_components); in VerifyPathControlledByUser()918 for (ib = base_components.begin(), ip = path_components.begin(); in VerifyPathControlledByUser()919 ib != base_components.end(); ++ib, ++ip) { in VerifyPathControlledByUser()