Home
last modified time | relevance | path

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

/ohos5.0/base/startup/init/test/unittest/lite/
H A Dcmd_func_test.cpp62 const int CAT_BUF_SIZE = 512; // standard Cat buffer size from vfs_shell_cmd variable
885 char buf[CAT_BUF_SIZE] = {0};
907 size = fread(buf, 1, CAT_BUF_SIZE - 1, fd);
912 buf[CAT_BUF_SIZE - 1] = 0;