Home
last modified time | relevance | path

Searched refs:path_components (Results 1 – 25 of 29) sorted by relevance

12

/external/python/dateutil/dateutil/test/
Dconftest.py32 path_components = tzpath.split(':')
34 print("Setting TZPATH to {}".format(path_components))
38 tz.TZPATHS.extend(path_components)
/external/perfetto/src/profiling/common/
Dcallstack_trie.h42 std::vector<Interned<std::string>> path_components{};
46 path_components) <
49 other.path_components);
53 path_components) ==
56 other.path_components);
207 for (const auto& path : mapping.path_components)
Dinterning_output.cc64 for (const Interned<std::string>& str : map->path_components) in WriteMap()
77 for (const Interned<std::string>& str : map->path_components) in WriteMap()
Dcallstack_trie.cc111 map.path_components.emplace_back(string_interner_.Intern(sp.cur_token())); in InternCodeLocation()
/external/cronet/tot/components/metrics/
Dmachine_id_provider_win.cc40 std::vector<base::FilePath::StringType> path_components = in GetMachineId() local
42 CHECK(!path_components.empty()); in GetMachineId()
43 base::FilePath::StringType drive_name = L"\\\\.\\" + path_components[0]; in GetMachineId()
/external/cronet/stable/components/metrics/
Dmachine_id_provider_win.cc40 std::vector<base::FilePath::StringType> path_components = in GetMachineId() local
42 CHECK(!path_components.empty()); in GetMachineId()
43 base::FilePath::StringType drive_name = L"\\\\.\\" + path_components[0]; in GetMachineId()
/external/perfetto/src/trace_processor/importers/proto/
Dprofile_packet_utils.cc25 const std::vector<base::StringView>& path_components) { in MakeMappingName() argument
27 for (base::StringView p : path_components) { in MakeMappingName()
Dprofile_packet_sequence_state.cc85 std::vector<base::StringView> path_components; in AddMapping() local
86 path_components.reserve(mapping.name_ids.size()); in AddMapping()
89 path_components.push_back(base::StringView(*str)); in AddMapping()
98 params.name = ProfilePacketUtils::MakeMappingName(path_components); in AddMapping()
Dstack_profile_sequence_state.cc90 std::vector<base::StringView> path_components; in FindOrInsertMappingImpl() local
98 path_components.push_back(*str); in FindOrInsertMappingImpl()
115 params.name = ProfilePacketUtils::MakeMappingName(path_components); in FindOrInsertMappingImpl()
Dprofile_packet_utils.h34 const std::vector<base::StringView>& path_components);
/external/python/pyfakefs/pyfakefs/
Dfake_filesystem.py566 path_components = self._path_components(dir_path)
570 for component in [to_string(p) for p in path_components]:
618 path_components = self._path_components(file_path)
620 for component in path_components:
1032 path_components: List[AnyStr] = path_str.split(
1040 for component in path_components:
1073 if len(path_components) > len(normalized_components):
1075 to_string(p) for p in path_components[len(normalized_components) :]
1090 path_components = self._path_components(path)
1093 for component in path_components:
[all …]
/external/pytorch/torch/
D_utils_internal.py43 def get_file_path(*path_components: str) -> str:
44 return os.path.join(torch_parent, *path_components)
47 def get_file_path_2(*path_components: str) -> str:
48 return os.path.join(*path_components)
/external/cronet/stable/components/prefs/
Dwriteable_pref_store.cc9 std::set<std::vector<std::string>> path_components, in ReportSubValuesChanged() argument
Dwriteable_pref_store.h70 std::set<std::vector<std::string>> path_components,
Dpref_service.h502 std::set<std::vector<std::string>> path_components);
/external/cronet/tot/components/prefs/
Dwriteable_pref_store.cc9 std::set<std::vector<std::string>> path_components, in ReportSubValuesChanged() argument
Dwriteable_pref_store.h70 std::set<std::vector<std::string>> path_components,
/external/libchrome/base/files/
Dfile_util_posix.cc913 std::vector<FilePath::StringType> path_components; in VerifyPathControlledByUser() local
916 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()
/external/nos/host/generic/libnos/generator/
Dmain.cpp82 const std::vector<std::string> path_components = in FullyQualifiedHeader() local
84 const std::string file(path_components.back()); in FullyQualifiedHeader()
/external/python/apitools/apitools/gen/
Dutil.py107 path_components = path.split('/')
109 for component in path_components:
/external/grpc-grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_split_definitions_test.py76 for path_components in path_components_sequence:
78 for path_component in path_components:
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_data.py302 path_components = os.path.normpath(debug_dump_rel_path).split(os.sep)
303 self._device_name = device_path_to_device_name(path_components[0])
304 base = path_components[-1]
322 self._node_name = "/".join(path_components[1:-1] + [node_base_name])
/external/cronet/stable/base/files/
Dfile_util_posix.cc1245 std::vector<FilePath::StringType> path_components = path.GetComponents(); in VerifyPathControlledByUser() local
1247 for (ib = base_components.begin(), ip = path_components.begin(); in VerifyPathControlledByUser()
1252 CHECK(ip != path_components.end(), base::NotFatalUntil::M125); in VerifyPathControlledByUser()
1262 for (; ip != path_components.end(); ++ip) { in VerifyPathControlledByUser()
/external/cronet/tot/base/files/
Dfile_util_posix.cc1245 std::vector<FilePath::StringType> path_components = path.GetComponents(); in VerifyPathControlledByUser() local
1247 for (ib = base_components.begin(), ip = path_components.begin(); in VerifyPathControlledByUser()
1252 CHECK(ip != path_components.end(), base::NotFatalUntil::M125); in VerifyPathControlledByUser()
1262 for (; ip != path_components.end(); ++ip) { in VerifyPathControlledByUser()
/external/google-breakpad/src/client/mac/crash_generation/
DInspector.mm289 NSArray* path_components = [NSArray
295 minidumpDir = [NSString pathWithComponents:path_components];

12