Home
last modified time | relevance | path

Searched refs:delims (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/
Dmount.cpp29 const char delims[] = "\n"; in FindMountDeviceByPath() local
39 token = strtok(buf, delims); in FindMountDeviceByPath()
54 token = strtok(nullptr, delims); in FindMountDeviceByPath()
/developtools/hdc/src/daemon/
Ddaemon_unity.cpp97 const char delims[] = "\n"; in FindMountDeviceByPath() local
107 token = strtok(buf, delims); in FindMountDeviceByPath()
122 token = strtok(nullptr, delims); in FindMountDeviceByPath()