Home
last modified time | relevance | path

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

/developtools/hdc/hdc_rust/src/cffi/
Dmount.cpp24 bool FindMountDeviceByPath(const char *toQuery, char *dev) in FindMountDeviceByPath() function
65 if (!FindMountDeviceByPath(dir, dev) || strlen(dev) < 4) { // 4 : file count in RemountPartition()
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() function in Hdc::HdcDaemonUnity
133 if (!FindMountDeviceByPath(dir, dev) || strlen(dev) < 4) { // 4 : file count in RemountPartition()