Searched refs:bufGuard (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stream/ |
H A D | stream_n_exporter.cpp | 122 unique_ptr<char[]> bufGuard = nullptr; in WriteSync() local 123 tie(succ, bufGuard, buf, len, position) = in WriteSync() 170 unique_ptr<char[]> bufGuard = nullptr; in Write() local 173 tie(succ, bufGuard, buf, len, position) = in Write() 179 auto arg = make_shared<AsyncWriteArg>(move(bufGuard)); in Write()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | stream_impl.cpp | 201 auto [state, bufGuard, buf, len, offsetResult] = in WriteCur() 222 auto [state, bufGuard, buf, len, offsetResult] = in Write()
|
H A D | file_fs_impl.cpp | 864 auto [state, bufGuard, buff, len, offsetResult] = in Write() 903 auto [state, bufGuard, buff, len, offsetResult] = in WriteCur()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | prop_n_exporter.cpp | 495 unique_ptr<char[]> bufGuard = nullptr; in Write() local 499 tie(succ, bufGuard, buf, len, position) = in Write() 505 auto arg = make_shared<AsyncIOWrtieArg>(move(bufGuard)); in Write() 571 unique_ptr<char[]> bufGuard = nullptr; in WriteSync() local 572 tie(succ, bufGuard, buf, len, position) = in WriteSync()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/ |
H A D | prop_n_exporter.cpp | 691 unique_ptr<char[]> bufGuard = nullptr; in Write() local 695 tie(succ, bufGuard, buf, len, offset) = in Write() 703 auto arg = CreateSharedPtr<AsyncIOWrtieArg>(move(bufGuard)); in Write() 753 unique_ptr<char[]> bufGuard = nullptr; in WriteSync() local 754 tie(succ, bufGuard, buf, len, offset) = in WriteSync()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stream/ |
H A D | stream_n_exporter.cpp | 227 auto [succ, bufGuard, buf, len, offset] = in WriteSync() 254 auto [succ, bufGuard, buf, len, offset] = in WriteExec() 261 auto arg = CreateSharedPtr<AsyncWriteArg>(move(bufGuard)); in WriteExec()
|