Searched refs:CxxString (Results 1 – 3 of 3) sorted by relevance
75 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() argument95 pub fn ChangeModeDirectory(path: &CxxString, mode: &u32) -> bool; in ChangeModeDirectory() argument
29 |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>更改输入目录的权限,包括子目录。 |
75 deviceId: &CxxString, in GetSystemAbilityWithDeviceId() argument82 deviceId: &CxxString, in CheckSystemAbilityWithDeviceId() argument107 action: Pin<&mut CxxString>, in SendStrategy() argument113 event_name: &CxxString, in GetCommonEventExtraDataIdlist() argument