Home
last modified time | relevance | path

Searched defs:RustPathToRealPath (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/src/rust/
H A Ddirectory_ex.rs98 pub fn RustPathToRealPath(path: &String, realPath: &mut String) -> bool; in RustPathToRealPath() function
/ohos5.0/commonlibrary/c_utils/base/src/
H A Ddirectory_ex.cpp69 bool RustPathToRealPath(const rust::String& path, rust::String& realPath) in RustPathToRealPath() function