Searched refs:toQuery (Results 1 – 4 of 4) sorted by relevance
24 bool FindMountDeviceByPath(const char *toQuery, char *dev) in FindMountDeviceByPath() argument51 if (res == 4 && (strcmp(toQuery, dir) == 0)) { // 4 : The correct number of parameters in FindMountDeviceByPath()
21 bool FindMountDeviceByPath(const char *toQuery, char *dev);
31 bool FindMountDeviceByPath(const char *toQuery, char *dev);
92 bool HdcDaemonUnity::FindMountDeviceByPath(const char *toQuery, char *dev) in FindMountDeviceByPath() argument119 if (res == 4 && (strcmp(toQuery, dir) == 0)) { // 4 : The correct number of parameters in FindMountDeviceByPath()