Home
last modified time | relevance | path

Searched refs:CxxString (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/commonlibrary/c_utils/base/src/rust/
H A Ddirectory_ex.rs75 pub fn IsEmptyFolder(path: &CxxString) -> bool; in IsEmptyFolder()
79 pub fn ForceCreateDirectory(path: &CxxString) -> bool; in ForceCreateDirectory()
82 pub fn ForceRemoveDirectory(path: &CxxString) -> bool; in ForceRemoveDirectory()
85 pub fn RemoveFile(fileName: &CxxString) -> bool; in RemoveFile()
88 pub fn GetFolderSize(path: &CxxString) -> u64; in GetFolderSize()
91 pub fn ChangeModeFile(fileName: &CxxString, mode: &u32) -> bool; in ChangeModeFile() argument
95 pub fn ChangeModeDirectory(path: &CxxString, mode: &u32) -> bool; in ChangeModeDirectory() argument
/ohos5.0/commonlibrary/c_utils/docs/zh-cn/
H A Dc_utils_guide_rust_directory.md29 |bool |**IsEmptyFolder**(path: &CxxString)<br>判断路径是否为空。 |
30 |bool |**ForceCreateDirectory**(path: &CxxString)<br> 强制创建带有子目录的目录。 |
31 |bool |**ForceRemoveDirectory**(path: &CxxString)<br>强制删除包含子目录和文档的目录。 |
32 |bool |**RemoveFile**(fileName: &CxxString)<br>删除文件。 |
33 |u64 |**GetFolderSize**(path: &CxxString)<br> 获取文件夹大小(字节)。 |
34 |bool |**ChangeModeFile**(fileName: &CxxString, mode: &u32)<br> 更改输入文档的权限。 |
35 |bool |**ChangeModeDirectory**(path: &CxxString, mode: &u32)<br>更改输入目录的权限,包括子目录。 |
/ohos5.0/foundation/systemabilitymgr/samgr/interfaces/innerkits/rust/src/
H A Dwrapper.rs75 deviceId: &CxxString, in GetSystemAbilityWithDeviceId() argument
82 deviceId: &CxxString, in CheckSystemAbilityWithDeviceId() argument
107 action: Pin<&mut CxxString>, in SendStrategy() argument
113 event_name: &CxxString, in GetCommonEventExtraDataIdlist() argument