Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/test/unittest/rust/
H A Drust_utils_directory_test.rs220 let ret = directory_ex::ffi::RustPathToRealPath(&path, &mut realpath); in test_path_to_real_path_001()
230 let ret = directory_ex::ffi::RustPathToRealPath(&path, &mut realpath); in test_path_to_real_path_002()
240 let ret = directory_ex::ffi::RustPathToRealPath(&path, &mut realpath); in test_path_to_real_path_003()
250 let ret = directory_ex::ffi::RustPathToRealPath(&path, &mut realpath); in test_path_to_real_path_004()
263 let ret = directory_ex::ffi::RustPathToRealPath(&path, &mut realpath); in test_path_to_real_path_005()
272 let ret = directory_ex::ffi::RustPathToRealPath(&path, &mut realpath); in test_path_to_real_path_006()
/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/include/
H A Ddirectory_ex.h36 bool RustPathToRealPath(const rust::String& path, rust::String& realPath);
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc_utils_guide_rust_directory.md28 |bool |**RustPathToRealPath**(path: &String, realPath: &mut String)<br> 从路径获取真实路径。 |
/ohos5.0/commonlibrary/c_utils/base/src/
H A Ddirectory_ex.cpp69 bool RustPathToRealPath(const rust::String& path, rust::String& realPath) in RustPathToRealPath() function