Home
last modified time | relevance | path

Searched refs:FindMountDeviceByPath (Results 1 - 4 of 4) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/
H A Dmount.cpp29 bool FindMountDeviceByPath(const char *toQuery, char *dev) in FindMountDeviceByPath() function
53 WRITE_LOG(LOG_DEBUG, "FindMountDeviceByPath dev:%s dir:%s", dev, dir); in FindMountDeviceByPath()
63 WRITE_LOG(LOG_FATAL, "FindMountDeviceByPath not found %s", toQuery); in FindMountDeviceByPath()
75 if (!FindMountDeviceByPath(dir, dev) || strlen(dev) < 4) { // 4 : file count in RemountPartition()
76 WRITE_LOG(LOG_FATAL, "FindMountDeviceByPath dir:%s failed", dir); in RemountPartition()
H A Dmount.h21 bool FindMountDeviceByPath(const char *toQuery, char *dev);
/developtools/hdc/src/daemon/
H A Ddaemon_unity.h31 bool FindMountDeviceByPath(const char *toQuery, char *dev);
H A Ddaemon_unity.cpp96 bool HdcDaemonUnity::FindMountDeviceByPath(const char *toQuery, char *dev) in FindMountDeviceByPath() function in Hdc::HdcDaemonUnity
120 WRITE_LOG(LOG_DEBUG, "FindMountDeviceByPath dev:%s dir:%s", dev, dir); in FindMountDeviceByPath()
130 WRITE_LOG(LOG_FATAL, "FindMountDeviceByPath not found %s", toQuery); in FindMountDeviceByPath()
141 if (!FindMountDeviceByPath(dir, dev) || strlen(dev) < 4) { // 4 : file count in RemountPartition()
142 WRITE_LOG(LOG_FATAL, "FindMountDeviceByPath failed %s", dir); in RemountPartition()

Completed in 1 milliseconds