Home
last modified time | relevance | path

Searched refs:ctrlPath (Results 1 - 2 of 2) sorted by relevance

/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H A Dkernel_talker.cpp170 string ctrlPath = spt->GetMountArgument().GetCtrlPath(); in PollRun() local
171 LOGI("Open node file ctrl path %{public}s", GetAnonyString(ctrlPath).c_str()); in PollRun()
173 char *realPath = realpath(ctrlPath.c_str(), resolvedPath); in PollRun()
179 LOGE("Open node file error %{public}d, ctrl path %{public}s", errno, GetAnonyString(ctrlPath).c_str()); in PollRun()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H A Dkernel_talker.h69 std::string ctrlPath = spt->GetMountArgument().GetCtrlPath(); in SetCmd() local
70 LOGI("cmd path:%{public}s", GetAnonyString(ctrlPath).c_str()); in SetCmd()
73 char *realPath = realpath(ctrlPath.c_str(), resolvedPath); in SetCmd()

Completed in 2 milliseconds