Home
last modified time | relevance | path

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

/developtools/hdc/src/daemon/
Ddaemon_unity.h31 bool FindMountDeviceByPath(const char *toQuery, char *dev);
Ddaemon_unity.cpp91 bool HdcDaemonUnity::FindMountDeviceByPath(const char *toQuery, char *dev) in FindMountDeviceByPath() function in Hdc::HdcDaemonUnity
132 if (!FindMountDeviceByPath(dir, dev) || strlen(dev) < 4) { // 4 : file count in RemountPartition()