Searched +defs:P +defs:s (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/commonlibrary/rust/ylong_runtime/ylong_runtime/src/fs/ |
H A D | async_dir.rs | 237 pub async fn rename<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> io::Result<()> { in rename() 273 pub async fn copy<P: AsRef<Path>, Q: AsRef<Path>>(from: P, to: Q) -> io::Result<u64> { in copy() 344 pub async fn write<P: AsRef<Path>, C: AsRef<[u8]>>(path: P, contents: C) -> io::Result<()> { in write() 401 pub async fn hard_link<P: AsRef<Path>, Q: AsRef<Path>>(original: P, link: Q) -> io::Result<()> { in hard_link() 516 pub async fn set_permissions<P: AsRef<Path>>(path: P, perm: Permissions) -> io::Result<()> { in set_permissions() 810 let s = read_to_string(file_path).await.unwrap(); in ut_fs_write_and_read_to_string() localVariable 837 let s = String::from_utf8(buf).expect("Found invalid UTF-8"); in ut_fs_write_and_read() localVariable
|
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/demo/hvigor/ |
H A D | hvigor-wrapper.js | 16 …se strict";var u=require("path"),D=require("os"),e=require("fs"),t=require("child_process"),r=requ… variable
|
/ohos5.0/foundation/distributeddatamgr/pasteboard/services/dialog/PasteboardDialog/hvigor/ |
H A D | hvigor-wrapper.js | 15 …s=require("url"),c=require("constants"),a=require("stream"),l=require("assert"),f=require("zlib"),… variable
|
/ohos5.0/foundation/distributedhardware/distributed_hardware_fwk/application/hvigor/ |
H A D | hvigor-wrapper.js | 15 …s=require("url"),c=require("constants"),a=require("stream"),l=require("assert"),f=require("zlib"),… variable
|
/ohos5.0/base/useriam/face_auth/ui/Settings_FaceAuth/hvigor/ |
H A D | hvigor-wrapper.js | 16 …s=require("url"),c=require("constants"),a=require("stream"),l=require("assert"),f=require("zlib"),… variable
|