Home
last modified time | relevance | path

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

/third_party/mindspore/mindspore/profiler/common/validator/
Dvalidate_path.py46 path_components = path_str.split("/")
47 if ".." in path_components:
/third_party/gn/src/base/files/
Dfile_util_posix.cc610 std::vector<FilePath::StringType> path_components; in VerifyPathControlledByUser() local
613 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()
/third_party/grpc/src/python/grpcio_tests/tests/protoc_plugin/
D_split_definitions_test.py53 for path_components in path_components_sequence:
55 for path_component in path_components:
Dbeta_python_plugin_test.py84 for path_components in path_components_sequence:
86 for path_component in path_components:
/third_party/boost/tools/build/src/build/
Dvirtual_target.py519 path_components = b2.util.path.split(project_location)
520 location_grist = '!'.join (path_components)