Searched refs:Mkdtemp (Results 1 - 9 of 9) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | mkdtemp.h | 26 static RetDataCString Mkdtemp(const std::string& prefix);
|
H A D | mkdtemp.cpp | 44 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 D | file_fs_ffi.cpp | 446 auto ret = MkdtempImpl::Mkdtemp(prefix); in FfiOHOSFileFsMkdtemp()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/ |
H A D | mkdtemp.h | 24 class Mkdtemp final {
|
H A D | mkdtemp.cpp | 25 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 D | prop_n_exporter.cpp | 614 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 D | mkdtemp.h | 26 class Mkdtemp final {
|
H A D | mkdtemp.cpp | 28 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 D | prop_n_exporter.cpp | 787 NVal::DeclareNapiFunction("mkdtempSync", Mkdtemp::Sync),
in ExportSync() 830 NVal::DeclareNapiFunction("mkdtemp", Mkdtemp::Async),
in ExportAsync()
|
Completed in 5 milliseconds