Searched refs:BUF_SIZE_SMALL (Results 1 – 7 of 7) sorted by relevance
109 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()
44 char devname[BUF_SIZE_SMALL] = "";
43 constexpr uint16_t BUF_SIZE_SMALL = 256; variable
434 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()
530 char bufString[BUF_SIZE_SMALL] = ""; in BeginForward()545 if (strlen(argv[0]) > BUF_SIZE_SMALL || strlen(argv[1]) > BUF_SIZE_SMALL) { in BeginForward()
123 char buf[BUF_SIZE_SMALL] = ""; in PullupServerWin32()167 char path[BUF_SIZE_SMALL] = ""; in PullupServer()
237 char buffer[BUF_SIZE_SMALL] = {0}; in RunCommandWin32()