Home
last modified time | relevance | path

Searched refs:normalize_path (Results 1 – 25 of 103) sorted by relevance

12345

/aosp_15_r20/bionic/linker/
H A Dlinker_utils_test.cpp47 …ASSERT_TRUE(normalize_path("/../root///dir/.///dir2/somedir/../zipfile!/dir/dir9//..///afile", &ou… in TEST()
50 …ASSERT_TRUE(normalize_path("/../root///dir/.///dir2/somedir/.../zipfile!/.dir/dir9//..///afile", &… in TEST()
53 ASSERT_TRUE(normalize_path("/root/..", &output)); in TEST()
56 ASSERT_TRUE(normalize_path("/root/notroot/..", &output)); in TEST()
59 ASSERT_TRUE(normalize_path("/a/../../b", &output)); in TEST()
62 ASSERT_TRUE(normalize_path("/..", &output)); in TEST()
66 …ASSERT_FALSE(normalize_path("root///dir/.///dir2/somedir/../zipfile!/dir/dir9//..///afile", &outpu… in TEST()
/aosp_15_r20/external/python/setuptools/pkg_resources/_vendor/importlib_resources/
D_legacy.py30 def normalize_path(path): function
46 return (_common.files(package) / normalize_path(resource)).open('rb')
52 return (_common.files(package) / normalize_path(resource)).read_bytes()
63 return (_common.files(package) / normalize_path(resource)).open(
101 resource = normalize_path(name)
121 return _common.as_file(_common.files(package) / normalize_path(resource))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/
D_legacy.py30 def normalize_path(path): function
46 return (_common.files(package) / normalize_path(resource)).open('rb')
52 return (_common.files(package) / normalize_path(resource)).read_bytes()
63 return (_common.files(package) / normalize_path(resource)).open(
101 resource = normalize_path(name)
121 return _common.as_file(_common.files(package) / normalize_path(resource))
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/importlib/resources/
H A D_legacy.py30 def normalize_path(path): function
46 return (_common.files(package) / normalize_path(resource)).open('rb')
52 return (_common.files(package) / normalize_path(resource)).read_bytes()
63 return (_common.files(package) / normalize_path(resource)).open(
101 resource = normalize_path(name)
121 return _common.as_file(_common.files(package) / normalize_path(resource))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/importlib/resources/
D_legacy.py30 def normalize_path(path): function
46 return (_common.files(package) / normalize_path(resource)).open('rb')
52 return (_common.files(package) / normalize_path(resource)).read_bytes()
63 return (_common.files(package) / normalize_path(resource)).open(
101 resource = normalize_path(name)
121 return _common.as_file(_common.files(package) / normalize_path(resource))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/
D_legacy.py30 def normalize_path(path): function
46 return (_common.files(package) / normalize_path(resource)).open('rb')
52 return (_common.files(package) / normalize_path(resource)).read_bytes()
63 return (_common.files(package) / normalize_path(resource)).open(
101 resource = normalize_path(name)
121 return _common.as_file(_common.files(package) / normalize_path(resource))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/importlib/resources/
D_legacy.py30 def normalize_path(path): function
46 return (_common.files(package) / normalize_path(resource)).open('rb')
52 return (_common.files(package) / normalize_path(resource)).read_bytes()
63 return (_common.files(package) / normalize_path(resource)).open(
101 resource = normalize_path(name)
121 return _common.as_file(_common.files(package) / normalize_path(resource))
/aosp_15_r20/external/python/cpython3/Lib/importlib/resources/
D_legacy.py30 def normalize_path(path): function
46 return (_common.files(package) / normalize_path(resource)).open('rb')
52 return (_common.files(package) / normalize_path(resource)).read_bytes()
63 return (_common.files(package) / normalize_path(resource)).open(
101 resource = normalize_path(name)
121 return _common.as_file(_common.files(package) / normalize_path(resource))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/importlib/resources/
D_legacy.py30 def normalize_path(path): function
46 return (_common.files(package) / normalize_path(resource)).open('rb')
52 return (_common.files(package) / normalize_path(resource)).read_bytes()
63 return (_common.files(package) / normalize_path(resource)).open(
101 resource = normalize_path(name)
121 return _common.as_file(_common.files(package) / normalize_path(resource))
/aosp_15_r20/external/python/setuptools/setuptools/_vendor/importlib_resources/
D_legacy.py30 def normalize_path(path): function
46 return (_common.files(package) / normalize_path(resource)).open('rb')
52 return (_common.files(package) / normalize_path(resource)).read_bytes()
63 return (_common.files(package) / normalize_path(resource)).open(
101 resource = normalize_path(name)
121 return _common.as_file(_common.files(package) / normalize_path(resource))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/
D_legacy.py30 def normalize_path(path): function
46 return (_common.files(package) / normalize_path(resource)).open('rb')
52 return (_common.files(package) / normalize_path(resource)).read_bytes()
63 return (_common.files(package) / normalize_path(resource)).open(
101 resource = normalize_path(name)
121 return _common.as_file(_common.files(package) / normalize_path(resource))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/
D_legacy.py30 def normalize_path(path): function
46 return (_common.files(package) / normalize_path(resource)).open('rb')
52 return (_common.files(package) / normalize_path(resource)).read_bytes()
63 return (_common.files(package) / normalize_path(resource)).open(
101 resource = normalize_path(name)
121 return _common.as_file(_common.files(package) / normalize_path(resource))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/
D_legacy.py30 def normalize_path(path): function
46 return (_common.files(package) / normalize_path(resource)).open('rb')
52 return (_common.files(package) / normalize_path(resource)).read_bytes()
63 return (_common.files(package) / normalize_path(resource)).open(
101 resource = normalize_path(name)
121 return _common.as_file(_common.files(package) / normalize_path(resource))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/
D_legacy.py30 def normalize_path(path): function
46 return (_common.files(package) / normalize_path(resource)).open('rb')
52 return (_common.files(package) / normalize_path(resource)).read_bytes()
63 return (_common.files(package) / normalize_path(resource)).open(
101 resource = normalize_path(name)
121 return _common.as_file(_common.files(package) / normalize_path(resource))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/importlib/resources/
D_legacy.py30 def normalize_path(path): function
46 return (_common.files(package) / normalize_path(resource)).open('rb')
52 return (_common.files(package) / normalize_path(resource)).read_bytes()
63 return (_common.files(package) / normalize_path(resource)).open(
101 resource = normalize_path(name)
121 return _common.as_file(_common.files(package) / normalize_path(resource))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pkg_resources/_vendor/importlib_resources/
D_legacy.py30 def normalize_path(path): function
46 return (_common.files(package) / normalize_path(resource)).open('rb')
52 return (_common.files(package) / normalize_path(resource)).read_bytes()
63 return (_common.files(package) / normalize_path(resource)).open(
101 resource = normalize_path(name)
121 return _common.as_file(_common.files(package) / normalize_path(resource))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_vendor/importlib_resources/
D_legacy.py30 def normalize_path(path): function
46 return (_common.files(package) / normalize_path(resource)).open('rb')
52 return (_common.files(package) / normalize_path(resource)).read_bytes()
63 return (_common.files(package) / normalize_path(resource)).open(
101 resource = normalize_path(name)
121 return _common.as_file(_common.files(package) / normalize_path(resource))
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/command/
Ddevelop.py64 target = pkg_resources.normalize_path(self.egg_base)
65 egg_path = pkg_resources.normalize_path(
97 resolved = pkg_resources.normalize_path(
100 if resolved != pkg_resources.normalize_path(os.curdir):
105 pkg_resources.normalize_path(os.curdir),
Deasy_install.py59 normalize_path, resource_string,
299 for path_item in self.install_dir, normalize_path(self.script_dir):
340 normpath = map(normalize_path, sys.path)
348 elif normalize_path(d) not in normpath:
353 yield normalize_path(d)
455 instdir = normalize_path(self.install_dir)
691 os.path.dirname(normalize_path(download)) ==
692 normalize_path(self.always_copy_from)
1117 if self.install_dir not in map(normalize_path, sys.path):
1442 sitedirs = list(map(normalize_path, sitedirs))
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/command/
Ddevelop.py64 target = pkg_resources.normalize_path(self.egg_base)
65 egg_path = pkg_resources.normalize_path(
97 resolved = pkg_resources.normalize_path(
100 if resolved != pkg_resources.normalize_path(os.curdir):
105 pkg_resources.normalize_path(os.curdir),
Deasy_install.py59 normalize_path, resource_string,
299 for path_item in self.install_dir, normalize_path(self.script_dir):
340 normpath = map(normalize_path, sys.path)
348 elif normalize_path(d) not in normpath:
353 yield normalize_path(d)
455 instdir = normalize_path(self.install_dir)
691 os.path.dirname(normalize_path(download)) ==
692 normalize_path(self.always_copy_from)
1117 if self.install_dir not in map(normalize_path, sys.path):
1442 sitedirs = list(map(normalize_path, sitedirs))
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/command/
Ddevelop.py64 target = pkg_resources.normalize_path(self.egg_base)
65 egg_path = pkg_resources.normalize_path(
97 resolved = pkg_resources.normalize_path(
100 if resolved != pkg_resources.normalize_path(os.curdir):
105 pkg_resources.normalize_path(os.curdir),
Deasy_install.py59 normalize_path, resource_string,
299 for path_item in self.install_dir, normalize_path(self.script_dir):
340 normpath = map(normalize_path, sys.path)
348 elif normalize_path(d) not in normpath:
353 yield normalize_path(d)
455 instdir = normalize_path(self.install_dir)
691 os.path.dirname(normalize_path(download)) ==
692 normalize_path(self.always_copy_from)
1117 if self.install_dir not in map(normalize_path, sys.path):
1442 sitedirs = list(map(normalize_path, sitedirs))
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/command/
Ddevelop.py64 target = pkg_resources.normalize_path(self.egg_base)
65 egg_path = pkg_resources.normalize_path(
97 resolved = pkg_resources.normalize_path(
100 if resolved != pkg_resources.normalize_path(os.curdir):
105 pkg_resources.normalize_path(os.curdir),
/aosp_15_r20/external/python/setuptools/setuptools/command/
Ddevelop.py64 target = pkg_resources.normalize_path(self.egg_base)
65 egg_path = pkg_resources.normalize_path(
97 resolved = pkg_resources.normalize_path(
100 if resolved != pkg_resources.normalize_path(os.curdir):
105 pkg_resources.normalize_path(os.curdir),

12345