Searched refs:path_components (Results 1 – 11 of 11) sorted by relevance
32 path_components = tzpath.split(':')34 print("Setting TZPATH to {}".format(path_components))38 tz.TZPATHS.extend(path_components)
42 std::vector<Interned<std::string>> path_components{};46 path_components) <49 other.path_components);53 path_components) ==56 other.path_components);205 for (const auto& path : mapping.path_components)
64 for (const Interned<std::string>& str : map->path_components) in WriteMap()77 for (const Interned<std::string>& str : map->path_components) in WriteMap()
110 map.path_components.emplace_back(string_interner_.Intern(sp.cur_token())); in InternCodeLocation()
1372 path_components = path.split(sep)1376 for component in path_components:1408 if len(path_components) > len(normalized_components):1410 path_components[len(normalized_components):])1419 path_components = self._path_components(path)1422 for component in path_components:1479 path_components = path.split(sep)1480 if not path_components:1484 basename = path_components.pop()1486 if not path_components:[all …]
913 std::vector<FilePath::StringType> path_components; in VerifyPathControlledByUser() local916 path.GetComponents(&path_components); in VerifyPathControlledByUser()919 for (ib = base_components.begin(), ip = path_components.begin(); in VerifyPathControlledByUser()924 DCHECK(ip != path_components.end()); in VerifyPathControlledByUser()932 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:
107 path_components = path.split('/')109 for component in path_components:
307 path_components = os.path.normpath(debug_dump_rel_path).split(os.sep)308 self._device_name = device_path_to_device_name(path_components[0])309 base = path_components[-1]327 self._node_name = "/".join(path_components[1:-1] + [node_base_name])
290 NSArray *path_components = [NSArray296 minidumpDir = [NSString pathWithComponents:path_components];