Home
last modified time | relevance | path

Searched refs:Path (Results 1 – 6 of 6) sorted by relevance

/rust-libc-0.2.174/libc-test/test/
H A Dcheck_style.rs15 use std::path::Path;
21 let root_dir = Path::new(env!("CARGO_MANIFEST_DIR")).join("../src"); in check_style()
26 fn walk(root_dir: &Path) -> Result<()> { in walk()
/rust-libc-0.2.174/ci/ios/
H A Ddeploy_and_run_on_ios_simulator.rs12 use std::path::Path;
24 fn package_as_simulator_app(crate_name: &str, test_binary_path: &Path) { in package_as_simulator_app() argument
29 Path::new("ios_simulator_app").join(crate_name))); in package_as_simulator_app()
158 let test_binary_path = Path::new(&args[1]); in main()
/rust-libc-0.2.174/ci/
H A Dcreate-artifacts.py13 from pathlib import Path
19 marker_files = [Path(p) for p in glob("target/**/main.c", recursive=True)]
58 dirs = sorted(list(Path(r"C:\hostedtoolcache\windows\Python").iterdir()))
H A Druntest-android.rs2 use std::path::{Path, PathBuf};
12 let dst = Path::new("/data/local/tmp").join(test.file_name().unwrap()); in main()
/rust-libc-0.2.174/libc-test/test/style/
H A Dmod.rs31 use std::path::{Path, PathBuf};
118 pub fn check_file(&mut self, path: &Path) -> Result<()> { in check_file()
/rust-libc-0.2.174/libc-test/
H A Dbuild.rs8 use std::path::{Path, PathBuf};
12 Path::new(&env::var_os("OUT_DIR").unwrap()).join("src-hotfix") in src_hotfix_dir()
127 fn process_semver_file<W: Write, P: AsRef<Path>>(output: &mut W, path: &mut PathBuf, file: P) { in process_semver_file()
172 copy_dir_hotfix(Path::new("../src"), &hotfix_dir, &re, b"::"); in main()
181 fn copy_dir_hotfix(src: &Path, dst: &Path, regex: &regex::bytes::Regex, replace: &[u8]) { in copy_dir_hotfix() argument