Searched refs:BUF_SIZE_SMALL (Results 1 - 12 of 12) sorted by relevance
/developtools/hdc/hdc_rust/src/cffi/ |
H A D | mount.cpp | 42 char dir[BUF_SIZE_SMALL] = "";
in FindMountDeviceByPath() 47 res = sscanf_s(buf, "%255s %255s %*s %*s %d %d\n", dev, BUF_SIZE_SMALL - 1,
in FindMountDeviceByPath() 48 dir, BUF_SIZE_SMALL - 1, &freq, &passnno);
in FindMountDeviceByPath() 50 dev[BUF_SIZE_SMALL - 1] = '\0';
in FindMountDeviceByPath() 51 dir[BUF_SIZE_SMALL - 1] = '\0';
in FindMountDeviceByPath() 73 char dev[BUF_SIZE_SMALL] = "";
in RemountPartition()
|
H A D | mount.h | 19 #define BUF_SIZE_SMALL 256
macro
|
H A D | utils.cpp | 43 constexpr uint16_t BUF_SIZE_SMALL = 256; variable 180 char buf[BUF_SIZE_SMALL] = ""; in LaunchServerWin32()
|
/developtools/hdc/src/daemon/ |
H A D | daemon_unity.cpp | 109 char dir[BUF_SIZE_SMALL] = ""; in FindMountDeviceByPath() 114 res = sscanf_s(buf, "%255s %255s %*s %*s %d %d\n", dev, BUF_SIZE_SMALL - 1, in FindMountDeviceByPath() 115 dir, BUF_SIZE_SMALL - 1, &freq, &passnno); in FindMountDeviceByPath() 117 dev[BUF_SIZE_SMALL - 1] = '\0'; in FindMountDeviceByPath() 118 dir[BUF_SIZE_SMALL - 1] = '\0'; in FindMountDeviceByPath() 139 char dev[BUF_SIZE_SMALL] = ""; in RemountPartition()
|
H A D | shell.h | 44 char devname[BUF_SIZE_SMALL] = "";
|
/developtools/hdc/src/common/ |
H A D | define.h | 54 constexpr uint16_t BUF_SIZE_SMALL = 256; member
|
H A D | forward.cpp | 552 char bufString[BUF_SIZE_SMALL] = ""; in BeginForward() 567 if (strlen(argv[0]) > BUF_SIZE_SMALL || strlen(argv[1]) > BUF_SIZE_SMALL) { in BeginForward()
|
H A D | auth.cpp | 442 char keyPaths[][BUF_SIZE_SMALL] = { "/root/.harmony/hdckey.pub" }; in LoadDaemonKey() 444 char keyPaths[][BUF_SIZE_SMALL] = { "/data/service/el1/public/hdc/hdc_keys" }; in LoadDaemonKey()
|
H A D | base.cpp | 285 char buf[BUF_SIZE_SMALL] = ""; in CompressLogFile()
|
/developtools/hdc/hdc_rust/src/common/ |
H A D | forward.rs | 56 pub const BUF_SIZE_SMALL: usize = 256; consts 1311 if argv[0].len() > BUF_SIZE_SMALL || argv[1].len() > BUF_SIZE_SMALL { in forward_parse_cmd()
|
/developtools/hdc/src/host/ |
H A D | server.cpp | 124 char buf[BUF_SIZE_SMALL] = ""; in PullupServerWin32() 168 char path[BUF_SIZE_SMALL] = ""; in PullupServer()
|
H A D | client.cpp | 266 char buffer[BUF_SIZE_SMALL] = {0}; in RunCommandWin32()
|
Completed in 13 milliseconds