Searched refs:p (Results 1 – 6 of 6) sorted by relevance
63 .map(|p| p.clone()) in sysroot_dir()72 .map(|p| p.clone()) in cache_root_dir()79 .map(|p| p.clone()) in user_config_dir()
116 let p = PathBuf::from(&loop_device); in detach() localVariable119 p.display(), in detach()120 p.exists() in detach()
12 DADK的文档托管在[DADK Docs](https://docs.dragonos.org.cn/p/dadk/)上。
80 aws s3 sync ./.vuepress/dist s3://dragonos-docs/p/dadk --delete
657 if let Some(p) = outpath.parent() { in unzip() 658 if !p.exists() { in unzip() 659 std::fs::create_dir_all(&p).map_err(|e| e.to_string())?; in unzip()
657 if let Some(p) = outpath.parent() { in unzip()658 if !p.exists() { in unzip()659 std::fs::create_dir_all(&p).map_err(|e| e.to_string())?; in unzip()