Searched defs:buf (Results 1 – 6 of 6) sorted by relevance
/utils/native/base/src/securec/ |
D | securecutil.h | 57 unsigned char buf[1]; member 60 unsigned char buf[2]; member 63 unsigned char buf[3]; member 66 unsigned char buf[4]; member 69 unsigned char buf[5]; member 72 unsigned char buf[6]; member 75 unsigned char buf[7]; member 78 unsigned char buf[8]; member 81 unsigned char buf[9]; member 84 unsigned char buf[10]; member [all …]
|
D | memset_s.c | 73 static const SecStrBuf32Union *SecStrictAliasingCast(const SecStrBuf32 *buf) in SecStrictAliasingCast()
|
/utils/native/lite/file/src/file_impl_hal/ |
D | file.c | 36 int UtilsFileRead(int fd, char* buf, unsigned int len) in UtilsFileRead() 41 int UtilsFileWrite(int fd, const char* buf, unsigned int len) in UtilsFileWrite()
|
/utils/native/lite/js/builtin/filekit/src/ |
D | nativeapi_fs_impl.c | 191 int StatImpl(const char* path, struct stat* buf) in StatImpl() 260 int WriteTextFile(const char* fileName, const void* buf, size_t len, bool append) in WriteTextFile() 288 int WriteArrayFile(const char* fileName, const void* buf, size_t len, unsigned int position, bool a… in WriteArrayFile()
|
/utils/native/base/src/ |
D | ashmem.cpp | 74 char buf[BUFSIZ]; in GetAshmemDeviceFd() local 161 char buf[ASHMEM_NAME_LEN] = {0}; in AshmemCreate() local
|
/utils/native/base/test/unittest/common/ |
D | utils_unique_fd_test.cpp | 165 char buf[] = "test"; variable
|