Home
last modified time | relevance | path

Searched refs:split_paths (Results 1 – 25 of 100) sorted by relevance

1234

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/
Dposixpath.py542 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)
Dntpath.py803 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/
Dposixpath.py542 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)
Dntpath.py803 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/
Dposixpath.py542 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)
Dntpath.py803 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 Dposixpath.py542 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 Dntpath.py803 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/
Dposixpath.py542 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)
Dntpath.py803 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/
Dposixpath.py542 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)
Dntpath.py803 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 Dtests.rs28 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 Dtests.rs28 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 Dtests.rs28 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 Dtests.rs28 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 Dtests.rs28 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 DOptimize.cpp196 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/
Dfinder.rs77 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 Denv.rs503 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 Denv.rs479 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 Denv.rs479 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 Denv.rs503 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 Denv.rs479 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 Dprocess_spawning.rs25 let mut paths: Vec<_> = env::split_paths(&env::var_os("PATH").unwrap()).collect(); in issue_15149()

1234