Searched refs:FindMountDeviceByPath (Results 1 - 4 of 4) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/ |
H A D | mount.cpp | 29 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 D | mount.h | 21 bool FindMountDeviceByPath(const char *toQuery, char *dev);
|
/developtools/hdc/src/daemon/ |
H A D | daemon_unity.h | 31 bool FindMountDeviceByPath(const char *toQuery, char *dev);
|
H A D | daemon_unity.cpp | 96 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