Searched refs:canonicalize (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_ffrt/ |
H A D | build.rs | 22 let library_dir = fs::canonicalize(root.join("lib")).unwrap(); in main()
|
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/ |
H A D | async_dir.rs | 488 pub async fn canonicalize<P: AsRef<Path>>(path: P) -> io::Result<PathBuf> { in canonicalize() function 490 async_op(move || std::fs::canonicalize(path)).await in canonicalize() 734 canonicalize, copy, create_dir, hard_link, metadata, read, read_dir, read_link, 950 let res = canonicalize(file_path).await; in ut_fs_canonicalize()
|
H A D | mod.rs | 24 canonicalize, copy, create_dir, create_dir_all, hard_link, metadata, read, read_dir, read_link,
|
/ohos5.0/docs/en/contribute/ |
H A D | OpenHarmony-Java-secure-coding-guide.md | 381 ## Validate and canonicalize path names constructed using external data 387 … Be sure to use `getCanonicalPath()`, but not `getAbsolutePath()`, to canonicalize path names, bec…
|
H A D | OpenHarmony-c-cpp-secure-coding-guide.md | 2604 Failure to canonicalize and validate untrusted file paths may cause access to any file.
|