Searched refs:IsBlockDevice (Results 1 - 8 of 8) sorted by relevance
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stat/ |
H A D | stat_n_exporter.h | 33 static napi_value IsBlockDevice(napi_env env, napi_callback_info cbinfo);
|
H A D | stat_n_exporter.cpp | 55 napi_value StatNExporter::IsBlockDevice(napi_env env, napi_callback_info info) in IsBlockDevice() function in OHOS::DistributedFS::ModuleFileIO::StatNExporter 317 NVal::DeclareNapiFunction("isBlockDevice", IsBlockDevice), in Export()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stat_v9/ |
H A D | stat_n_exporter_v9.h | 33 static napi_value IsBlockDevice(napi_env env, napi_callback_info cbinfo);
|
H A D | stat_n_exporter_v9.cpp | 58 napi_value StatNExporterV9::IsBlockDevice(napi_env env, napi_callback_info info) in IsBlockDevice() function in OHOS::DistributedFS::ModuleFileIO::StatNExporterV9 256 NVal::DeclareNapiFunction("isBlockDevice", IsBlockDevice), in Export()
|
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stat/ |
H A D | stat_n_exporter.h | 43 static napi_value IsBlockDevice(napi_env env, napi_callback_info info);
|
H A D | stat_n_exporter.cpp | 53 napi_value StatNExporter::IsBlockDevice(napi_env env, napi_callback_info info) in IsBlockDevice() function in OHOS::FileManagement::ModuleFileIO::StatNExporter 303 NVal::DeclareNapiFunction("isBlockDevice", IsBlockDevice), in Export()
|
/foundation/filemanagement/file_api/interfaces/kits/cj/src/ |
H A D | stat_impl.h | 82 bool IsBlockDevice() in IsBlockDevice() function in OHOS::CJSystemapi::FileFs::StatImpl
|
H A D | stat_ffi.cpp | 114 return instance->IsBlockDevice(); in FfiOHOSStatIsBlockDevice()
|
Completed in 3 milliseconds