Home
last modified time | relevance | path

Searched refs:devNodePath (Results 1 – 1 of 1) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/core/adapter/syscall/src/
H A Dhdf_syscall_adapter.c719 static int TrytoLoadIoService(const char *serviceName, char *devNodePath, char *realPath) in TrytoLoadIoService() argument
727 while (realpath(devNodePath, realPath) == NULL && waitCount > 0) { in TrytoLoadIoService()
732 HDF_LOGE("%{public}s: char dev %{public}s is invalid", __func__, devNodePath); in TrytoLoadIoService()