Home
last modified time | relevance | path

Searched refs:BUF_SIZE_SMALL (Results 1 – 7 of 7) sorted by relevance

/developtools/hdc/src/daemon/
Ddaemon_unity.cpp109 char dir[BUF_SIZE_SMALL] = ""; in FindMountDeviceByPath()
113 res = sscanf_s(token, "%255s %255s %*s %*s %d %d\n", dev, BUF_SIZE_SMALL - 1, in FindMountDeviceByPath()
114 dir, BUF_SIZE_SMALL - 1, &freq, &passnno); in FindMountDeviceByPath()
116 dev[BUF_SIZE_SMALL - 1] = '\0'; in FindMountDeviceByPath()
117 dir[BUF_SIZE_SMALL - 1] = '\0'; in FindMountDeviceByPath()
130 char dev[BUF_SIZE_SMALL] = ""; in RemountPartition()
Dshell.h44 char devname[BUF_SIZE_SMALL] = "";
/developtools/hdc/src/common/
Ddefine.h43 constexpr uint16_t BUF_SIZE_SMALL = 256; variable
Dauth.cpp434 char keyPaths[][BUF_SIZE_SMALL] = { "/root/.harmony/hdckey.pub" }; in LoadDaemonKey()
436 char keyPaths[][BUF_SIZE_SMALL] = { "/hdc_keys", "/data/misc/hdc/hdc_keys" }; in LoadDaemonKey()
Dforward.cpp530 char bufString[BUF_SIZE_SMALL] = ""; in BeginForward()
545 if (strlen(argv[0]) > BUF_SIZE_SMALL || strlen(argv[1]) > BUF_SIZE_SMALL) { in BeginForward()
/developtools/hdc/src/host/
Dserver.cpp123 char buf[BUF_SIZE_SMALL] = ""; in PullupServerWin32()
167 char path[BUF_SIZE_SMALL] = ""; in PullupServer()
Dclient.cpp237 char buffer[BUF_SIZE_SMALL] = {0}; in RunCommandWin32()