Home
last modified time | relevance | path

Searched refs:canonicalize (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_ffrt/
H A Dbuild.rs22 let library_dir = fs::canonicalize(root.join("lib")).unwrap(); in main()
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/
H A Dasync_dir.rs488 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 Dmod.rs24 canonicalize, copy, create_dir, create_dir_all, hard_link, metadata, read, read_dir, read_link,
/ohos5.0/docs/en/contribute/
H A DOpenHarmony-Java-secure-coding-guide.md381 ## 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 DOpenHarmony-c-cpp-secure-coding-guide.md2604 Failure to canonicalize and validate untrusted file paths may cause access to any file.