Searched refs:BUF_SIZE_DEFAULT4 (Results 1 – 4 of 4) sorted by relevance
47 constexpr uint16_t BUF_SIZE_DEFAULT4 = BUF_SIZE_DEFAULT * 4; variable
205 char buf[BUF_SIZE_DEFAULT4] = { 0 }; // only 4k to avoid stack overflow in 32bit or L0 in PrintLogEx()983 char path[BUF_SIZE_DEFAULT4] = { 0 }; in GetHdcAbsolutePath()
78 char bufString[BUF_SIZE_DEFAULT4] = ""; in TestShellExecute()
391 size_t pathSize = BUF_SIZE_DEFAULT4; in ExternalExecFunc()