Home
last modified time | relevance | path

Searched refs:Mkdtemp (Results 1 - 9 of 9) sorted by relevance

/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dmkdtemp.h26 static RetDataCString Mkdtemp(const std::string& prefix);
H A Dmkdtemp.cpp44 RetDataCString MkdtempImpl::Mkdtemp(const std::string& prefix) in Mkdtemp() function in OHOS::CJSystemapi::MkdtempImpl
46 LOGI("FS_TEST:: MkdtempImpl::Mkdtemp start"); in Mkdtemp()
62 LOGI("FS_TEST:: MkdtempImpl::Mkdtemp end"); in Mkdtemp()
H A Dfile_fs_ffi.cpp446 auto ret = MkdtempImpl::Mkdtemp(prefix); in FfiOHOSFileFsMkdtemp()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dmkdtemp.h24 class Mkdtemp final {
H A Dmkdtemp.cpp25 napi_value Mkdtemp::Sync(napi_env env, napi_callback_info info) in Sync()
48 napi_value Mkdtemp::Async(napi_env env, napi_callback_info info) in Async()
H A Dprop_n_exporter.cpp614 NVal::DeclareNapiFunction("mkdtempSync", Mkdtemp::Sync), in ExportSync()
655 NVal::DeclareNapiFunction("mkdtemp", Mkdtemp::Async), in ExportAsync()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dmkdtemp.h26 class Mkdtemp final {
H A Dmkdtemp.cpp28 napi_value Mkdtemp::Sync(napi_env env, napi_callback_info info) in Sync()
80 napi_value Mkdtemp::Async(napi_env env, napi_callback_info info) in Async()
H A Dprop_n_exporter.cpp787 NVal::DeclareNapiFunction("mkdtempSync", Mkdtemp::Sync), in ExportSync()
830 NVal::DeclareNapiFunction("mkdtemp", Mkdtemp::Async), in ExportAsync()

Completed in 5 milliseconds