Searched refs:path_components (Results 1 – 3 of 3) sorted by relevance
860 std::vector<FilePath::StringType> path_components; in VerifyPathControlledByUser() local863 path.GetComponents(&path_components); in VerifyPathControlledByUser()866 for (ib = base_components.begin(), ip = path_components.begin(); in VerifyPathControlledByUser()871 DCHECK(ip != path_components.end()); in VerifyPathControlledByUser()879 for (; ip != path_components.end(); ++ip) { in VerifyPathControlledByUser()
306 path_components = os.path.normpath(debug_dump_rel_path).split(os.sep)307 self._device_name = device_path_to_device_name(path_components[0])308 base = path_components[-1]326 self._node_name = "/".join(path_components[1:-1] + [node_base_name])
290 NSArray *path_components = [NSArray296 minidumpDir = [NSString pathWithComponents:path_components];