Home
last modified time | relevance | path

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

/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/properties/
H A Dstat.h24 class Stat final {
H A Dstat.cpp35 napi_value Stat::Sync(napi_env env, napi_callback_info info) in Sync()
74 napi_value Stat::Async(napi_env env, napi_callback_info info) in Async()
H A Dprop_n_exporter.cpp623 NVal::DeclareNapiFunction("statSync", Stat::Sync), in ExportSync()
664 NVal::DeclareNapiFunction("stat", Stat::Async), in ExportAsync()
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dstat.h22 class Stat final {
H A Dstat.cpp75 napi_value Stat::Sync(napi_env env, napi_callback_info info) in Sync()
114 napi_value Stat::Async(napi_env env, napi_callback_info info) in Async()
H A Dprop_n_exporter.cpp792 NVal::DeclareNapiFunction("statSync", Stat::Sync), in ExportSync()
834 NVal::DeclareNapiFunction("stat", Stat::Async), in ExportAsync()
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_impl.h61 static std::tuple<int32_t, sptr<StatImpl>> Stat(int32_t file);
62 static std::tuple<int32_t, sptr<StatImpl>> Stat(std::string file);
H A Dfile_fs_ffi.cpp93 auto [state, nativeStat] = FileFsImpl::Stat(file); in FfiOHOSFileFsStatByID()
110 auto [state, nativeStat] = FileFsImpl::Stat(file); in FfiOHOSFileFsStatByString()
H A Dfile_fs_impl.cpp133 std::tuple<int, sptr<StatImpl>> FileFsImpl::Stat(int32_t file) in Stat() function in OHOS::CJSystemapi::FileFsImpl
153 std::tuple<int32_t, sptr<StatImpl>> FileFsImpl::Stat(std::string file) in Stat() function in OHOS::CJSystemapi::FileFsImpl

Completed in 7 milliseconds