Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/cffi/
Dmount.cpp27 bool FindMountDeviceByPath(const char *toQuery, char *dev) in FindMountDeviceByPath() argument
50 if (res == 4 && (strcmp(toQuery, dir) == 0)) { // 4 : The correct number of parameters in FindMountDeviceByPath()
61 WRITE_LOG(LOG_FATAL, "FindMountDeviceByPath not found %s", toQuery); in FindMountDeviceByPath()
Dmount.h21 bool FindMountDeviceByPath(const char *toQuery, char *dev);
/developtools/hdc/src/daemon/
Ddaemon_unity.h31 bool FindMountDeviceByPath(const char *toQuery, char *dev);
Ddaemon_unity.cpp92 bool HdcDaemonUnity::FindMountDeviceByPath(const char *toQuery, char *dev) in FindMountDeviceByPath() argument
119 if (res == 4 && (strcmp(toQuery, dir) == 0)) { // 4 : The correct number of parameters in FindMountDeviceByPath()