Home
last modified time | relevance | path

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 Dstream_n_exporter.cpp122 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 Dstream_impl.cpp201 auto [state, bufGuard, buf, len, offsetResult] = in WriteCur()
222 auto [state, bufGuard, buf, len, offsetResult] = in Write()
H A Dfile_fs_impl.cpp864 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 Dprop_n_exporter.cpp495 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 Dprop_n_exporter.cpp691 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 Dstream_n_exporter.cpp227 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()