/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | posixpath.py | 542 split_paths = [path.split(sep) for path in paths] 549 split_paths = [[c for c in s if c and c != curdir] for s in split_paths] 550 s1 = min(split_paths) 551 s2 = max(split_paths)
|
D | ntpath.py | 803 split_paths = [p.split(sep) for d, p in drivesplits] 820 split_paths = [[c for c in s if c and c != curdir] for s in split_paths] 821 s1 = min(split_paths) 822 s2 = max(split_paths)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | posixpath.py | 542 split_paths = [path.split(sep) for path in paths] 549 split_paths = [[c for c in s if c and c != curdir] for s in split_paths] 550 s1 = min(split_paths) 551 s2 = max(split_paths)
|
D | ntpath.py | 803 split_paths = [p.split(sep) for d, p in drivesplits] 820 split_paths = [[c for c in s if c and c != curdir] for s in split_paths] 821 s1 = min(split_paths) 822 s2 = max(split_paths)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | posixpath.py | 542 split_paths = [path.split(sep) for path in paths] 549 split_paths = [[c for c in s if c and c != curdir] for s in split_paths] 550 s1 = min(split_paths) 551 s2 = max(split_paths)
|
D | ntpath.py | 803 split_paths = [p.split(sep) for d, p in drivesplits] 820 split_paths = [[c for c in s if c and c != curdir] for s in split_paths] 821 s1 = min(split_paths) 822 s2 = max(split_paths)
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | posixpath.py | 542 split_paths = [path.split(sep) for path in paths] 549 split_paths = [[c for c in s if c and c != curdir] for s in split_paths] 550 s1 = min(split_paths) 551 s2 = max(split_paths)
|
H A D | ntpath.py | 803 split_paths = [p.split(sep) for d, p in drivesplits] 820 split_paths = [[c for c in s if c and c != curdir] for s in split_paths] 821 s1 = min(split_paths) 822 s2 = max(split_paths)
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | posixpath.py | 542 split_paths = [path.split(sep) for path in paths] 549 split_paths = [[c for c in s if c and c != curdir] for s in split_paths] 550 s1 = min(split_paths) 551 s2 = max(split_paths)
|
D | ntpath.py | 803 split_paths = [p.split(sep) for d, p in drivesplits] 820 split_paths = [[c for c in s if c and c != curdir] for s in split_paths] 821 s1 = min(split_paths) 822 s2 = max(split_paths)
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | posixpath.py | 542 split_paths = [path.split(sep) for path in paths] 549 split_paths = [[c for c in s if c and c != curdir] for s in split_paths] 550 s1 = min(split_paths) 551 s2 = max(split_paths)
|
D | ntpath.py | 803 split_paths = [p.split(sep) for d, p in drivesplits] 820 split_paths = [[c for c in s if c and c != curdir] for s in split_paths] 821 s1 = min(split_paths) 822 s2 = max(split_paths)
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/env/ |
H A D | tests.rs | 28 split_paths(unparsed).collect::<Vec<_>>() in split_paths_windows() 48 split_paths(unparsed).collect::<Vec<_>>() in split_paths_unix()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/env/ |
H A D | tests.rs | 28 split_paths(unparsed).collect::<Vec<_>>() in split_paths_windows() 48 split_paths(unparsed).collect::<Vec<_>>() in split_paths_unix()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/env/ |
H A D | tests.rs | 28 split_paths(unparsed).collect::<Vec<_>>() in split_paths_windows() 48 split_paths(unparsed).collect::<Vec<_>>() in split_paths_unix()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/env/ |
H A D | tests.rs | 28 split_paths(unparsed).collect::<Vec<_>>() in split_paths_windows() 48 split_paths(unparsed).collect::<Vec<_>>() in split_paths_unix()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/env/ |
H A D | tests.rs | 28 split_paths(unparsed).collect::<Vec<_>>() in split_paths_windows() 48 split_paths(unparsed).collect::<Vec<_>>() in split_paths_unix()
|
/aosp_15_r20/frameworks/base/tools/aapt2/cmd/ |
H A D | Optimize.cpp | 196 auto path_iter = options_.split_paths.begin(); in Run() 438 options_.split_paths.emplace_back(); in Action() 440 if (!ParseSplitParameter(split_arg, diag, &options_.split_paths.back(), in Action()
|
/aosp_15_r20/external/rust/android-crates-io/crates/which/src/ |
D | finder.rs | 77 let paths: Vec<_> = env::split_paths(&p).collect(); in find() 102 let paths: Vec<_> = env::split_paths(&p).collect(); in find_re()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ |
H A D | env.rs | 503 pub fn split_paths<T: AsRef<OsStr> + ?Sized>(unparsed: &T) -> SplitPaths<'_> { in split_paths() function 504 SplitPaths { inner: os_imp::split_paths(unparsed.as_ref()) } in split_paths()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ |
H A D | env.rs | 479 pub fn split_paths<T: AsRef<OsStr> + ?Sized>(unparsed: &T) -> SplitPaths<'_> { in split_paths() function 480 SplitPaths { inner: os_imp::split_paths(unparsed.as_ref()) } in split_paths()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/lib/rustlib/src/rust/library/std/src/ |
H A D | env.rs | 479 pub fn split_paths<T: AsRef<OsStr> + ?Sized>(unparsed: &T) -> SplitPaths<'_> { in split_paths() function 480 SplitPaths { inner: os_imp::split_paths(unparsed.as_ref()) } in split_paths()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/src/ |
H A D | env.rs | 503 pub fn split_paths<T: AsRef<OsStr> + ?Sized>(unparsed: &T) -> SplitPaths<'_> { in split_paths() function 504 SplitPaths { inner: os_imp::split_paths(unparsed.as_ref()) } in split_paths()
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/std/src/ |
H A D | env.rs | 479 pub fn split_paths<T: AsRef<OsStr> + ?Sized>(unparsed: &T) -> SplitPaths<'_> { in split_paths() function 480 SplitPaths { inner: os_imp::split_paths(unparsed.as_ref()) } in split_paths()
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/src/rust/library/std/tests/ |
H A D | process_spawning.rs | 25 let mut paths: Vec<_> = env::split_paths(&env::var_os("PATH").unwrap()).collect(); in issue_15149()
|