Home
last modified time | relevance | path

Searched refs:BUF_SIZE_SMALL (Results 1 - 12 of 12) sorted by relevance

/developtools/hdc/hdc_rust/src/cffi/
H A Dmount.cpp42 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 Dmount.h19 #define BUF_SIZE_SMALL 256 macro
H A Dutils.cpp43 constexpr uint16_t BUF_SIZE_SMALL = 256; variable
180 char buf[BUF_SIZE_SMALL] = ""; in LaunchServerWin32()
/developtools/hdc/src/daemon/
H A Ddaemon_unity.cpp109 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 Dshell.h44 char devname[BUF_SIZE_SMALL] = "";
/developtools/hdc/src/common/
H A Ddefine.h54 constexpr uint16_t BUF_SIZE_SMALL = 256; member
H A Dforward.cpp552 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 Dauth.cpp442 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 Dbase.cpp285 char buf[BUF_SIZE_SMALL] = ""; in CompressLogFile()
/developtools/hdc/hdc_rust/src/common/
H A Dforward.rs56 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 Dserver.cpp124 char buf[BUF_SIZE_SMALL] = ""; in PullupServerWin32()
168 char path[BUF_SIZE_SMALL] = ""; in PullupServer()
H A Dclient.cpp266 char buffer[BUF_SIZE_SMALL] = {0}; in RunCommandWin32()

Completed in 13 milliseconds