Searched refs:path_components (Results 1 – 5 of 5) sorted by relevance
46 path_components = path_str.split("/")47 if ".." in path_components:
610 std::vector<FilePath::StringType> path_components; in VerifyPathControlledByUser() local613 path.GetComponents(&path_components); in VerifyPathControlledByUser()616 for (ib = base_components.begin(), ip = path_components.begin(); in VerifyPathControlledByUser()621 DCHECK(ip != path_components.end()); in VerifyPathControlledByUser()629 for (; ip != path_components.end(); ++ip) { in VerifyPathControlledByUser()
53 for path_components in path_components_sequence:55 for path_component in path_components:
84 for path_components in path_components_sequence:86 for path_component in path_components:
519 path_components = b2.util.path.split(project_location)520 location_grist = '!'.join (path_components)