Searched refs:RustPathToRealPath (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/commonlibrary/c_utils/base/test/unittest/rust/ |
H A D | rust_utils_directory_test.rs | 220 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 D | directory_ex.rs | 98 pub fn RustPathToRealPath(path: &String, realPath: &mut String) -> bool; in RustPathToRealPath() function
|
/ohos5.0/commonlibrary/c_utils/base/include/ |
H A D | directory_ex.h | 36 bool RustPathToRealPath(const rust::String& path, rust::String& realPath);
|
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/ |
H A D | c_utils_guide_rust_directory.md | 28 |bool |**RustPathToRealPath**(path: &String, realPath: &mut String)<br> 从路径获取真实路径。 |
|
/ohos5.0/commonlibrary/c_utils/base/src/ |
H A D | directory_ex.cpp | 69 bool RustPathToRealPath(const rust::String& path, rust::String& realPath) in RustPathToRealPath() function
|