Home
last modified time | relevance | path

Searched defs:GetGid (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dstat_impl.h57 inline int64_t GetGid() const in GetGid() function
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stat_v9/
H A Dstat_n_exporter_v9.cpp141 napi_value StatNExporterV9::GetGid(napi_env env, napi_callback_info info) in GetGid() function in OHOS::DistributedFS::ModuleFileIO::StatNExporterV9
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_stat/
H A Dstat_n_exporter.cpp142 napi_value StatNExporter::GetGid(napi_env env, napi_callback_info info) in GetGid() function in OHOS::FileManagement::ModuleFileIO::StatNExporter
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_stat/
H A Dstat_n_exporter.cpp170 napi_value StatNExporter::GetGid(napi_env env, napi_callback_info info) in GetGid() function in OHOS::DistributedFS::ModuleFileIO::StatNExporter
/ohos5.0/commonlibrary/ets_utils/js_sys_module/process/
H A Djs_process.cpp61 napi_value Process::GetGid(napi_env env) const in GetGid() function in OHOS::JsSysModule::Process::Process
/ohos5.0/base/startup/init/services/init/
H A Dinit_service_manager.c270 static int GetGid(cJSON *json, gid_t *gid, Service *curServ) in GetGid() function