Home
last modified time | relevance | path

Searched defs:fileName (Results 1 - 25 of 57) sorted by relevance

123

/kernel/liteos_m/testsuites/unittest/fuzz/src/stdio/
H A Dclearerr_fuzz.c48 char fileName[] = "./test.txt"; in ClearerrFuzzTest() local
H A Dfeof_fuzz.c49 char fileName[] = "./test.txt"; in FeofFuzzTest() local
/kernel/liteos_m/utils/
H A Dlos_error.c49 LITE_OS_SEC_TEXT_INIT UINT32 LOS_ErrHandle(CHAR *fileName, in LOS_ErrHandle() argument
/test/testfwk/developer_test/examples/detector/src/
H A Ddetector.cpp52 bool FileExist(const char* fileName) in FileExist() argument
/test/testfwk/arkxtest/uitest/test/
H A Dcommon_utilities_test.cpp25 constexpr string_view fileName = "/abc/def/ghi.cpp"; in TEST() local
/kernel/liteos_a/kernel/base/om/
H A Dlos_err.c37 LITE_OS_SEC_TEXT_INIT UINT32 LOS_ErrHandle(CHAR *fileName, UINT32 lineNo, UINT32 errorNo, in LOS_ErrHandle() argument
/kernel/uniproton/src/om/err/
H A Dprt_err.c52 OS_SEC_L4_TEXT void OsErrHandle(const char *fileName, U32 lineNo, U32 errorNo, U32 paraLen, void *para) in OsErrHandle() argument
74 OS_SEC_L4_TEXT U32 PRT_ErrHandle(const char *fileName, U32 lineNo, U32 errorNo, U32 paraLen, void *para) in PRT_ErrHandle() argument
/kernel/liteos_a/testsuites/unittest/process/plimits/smoke/
H A DIt_process_plimits_008.cpp68 std::vector<std::string> fileName; in ItProcessPlimits008() local
[all...]
/test/xts/acts/kernel_lite/fs_posix/src/
H A DFsStatTest.cpp241 const char *fileName = TOP_DIR "/" FILE0; in HWTEST_F() local
H A DFsUnistdTest.cpp135 const char *fileName = "not_exist_file"; in HWTEST_F() local
148 const char *fileName = "12345678901234567890123456789012345678901234567890\ in HWTEST_F() local
169 const char *fileName = FILE0; in HWTEST_F() local
315 const char *fileName = "12345678901234567890123456789012345678901234567890\ in HWTEST_F() local
H A DFsFcntlTest.cpp360 const char *fileName = "12345678901234567890123456789012345678901234567890\ in HWTEST_F() local
/test/xts/device_attest_lite/services/core/utils/
H A Dattest_utils_file.c26 char* GenFilePath(const char* dirPath, const char* fileName) in GenFilePath() argument
47 int32_t ReadFileBuffer(const char* path, const char* fileName, char** outStr) in ReadFileBuffer() argument
/kernel/liteos_a/kernel/extended/dynload/src/
H A Dlos_exec_elf.c51 STATIC INT32 OsGetRealPath(const CHAR *fileName, CHAR *buf, UINT32 maxLen) in OsGetRealPath() argument
89 STATIC INT32 OsCopyUserParam(ELFLoadInfo *loadInfo, const CHAR *fileName, CHAR *kfileName, UINT32 maxSize) in OsCopyUserParam() argument
117 LOS_DoExecveFile(const CHAR *fileName, CHAR * const *argv, CHAR * const *envp) LOS_DoExecveFile() argument
[all...]
/kernel/liteos_a/testsuites/unittest/process/basic/process/full/
H A Dprocess_test_063.cpp68 char *fileName = NULL; in TestCase() local
[all...]
H A Dprocess_test_064.cpp68 char *fileName = NULL; in TestCase() local
[all...]
/test/xts/device_attest_lite/services/core/mini/utils/
H A Dattest_utils_file_detail.c60 int32_t GetFileSize(const char* path, const char* fileName, uint32_t* result) in GetFileSize() argument
73 int32_t WriteFile(const char* path, const char* fileName, const char* data, uint32_t dataLen) in WriteFile() argument
105 int32_t ReadFile(const char* path, const char* fileName, char* buffer, uint32_t bufferLen) in ReadFile() argument
133 CreateFile(const char* path, const char* fileName) CreateFile() argument
147 IsFileExist(const char* path, const char* fileName) IsFileExist() argument
161 DeleteFile(const char* path, const char* fileName) DeleteFile() argument
[all...]
/test/xts/hats/kernel/dmabuffer/
H A Ddmabuf_alloc.cpp64 std::string fileName = ptr->d_name; in SetUp() local
/test/testfwk/developer_test/aw/cxx/distributed/
H A Ddistributed_cfg.cpp35 bool DistributedCfg::OpenCfg(std::string fileName) in OpenCfg() argument
98 std::string DistributedCfg::GetDeviceIp(std::string fileName, size_t devNo) in GetDeviceIp() argument
125 std::string DistributedCfg::GetDeviceUuid(std::string fileName, size_t devNo) in GetDeviceUuid() argument
[all...]
/test/xts/acts/multimedia/avsource/entry/src/main/cpp/
H A Dmediaavsourcendk.cpp51 char fileName[] = {"/data/storage/el2/base/files/demo.mp4"}; in AVSourceCreateWithFD() local
80 char fileName[] = {"/data/storage/el2/base/files/demo.mp4"}; in AVSourceDestroy() local
108 char fileName[] = {"/data/storage/el2/base/files/demo.mp4"}; in AVSourceGetSourceFormat() local
139 char fileName[] in AVSourceGetTrackFormat() local
[all...]
/test/xts/acts/security/dlpNDKTest/entry/src/main/cpp/
H A Dnapi_init.cpp43 const char *fileName = "test.txt.dlp"; //表示dlp文件名,用以获取原始文件名 in OsGetOriginalFileNameA() local
/test/xts/device_attest/services/core/utils/
H A Dattest_utils_file.c27 char* GenFilePath(const char* dirPath, const char* fileName) in GenFilePath() argument
48 int32_t GetFileSize(const char* path, const char* fileName, uint32_t* result) in GetFileSize() argument
86 int32_t WriteFile(const char* path, const char* fileName, const char* data, uint32_t dataLen) in WriteFile() argument
134 ReadFile(const char* path, const char* fileName, char* buffer, uint32_t bufferLen) ReadFile() argument
177 CreateFileImpl(char* formatPath, const char* fileName) CreateFileImpl() argument
219 CreateFile(const char* path, const char* fileName) CreateFile() argument
238 IsFileExist(const char* path, const char* fileName) IsFileExist() argument
265 ReadFileBuffer(const char* path, const char* fileName, char** outStr) ReadFileBuffer() argument
[all...]
/test/xts/device_attest/services/oem_adapter/src/
H A Ddevice_attest_oem_file.c23 char* OEMGenFilePath(const char* dirPath, const char* fileName) in OEMGenFilePath() argument
49 int32_t OEMGetFileSize(const char* path, const char* fileName, uint32_t* result) in OEMGetFileSize() argument
85 int32_t OEMWriteFile(const char* path, const char* fileName, cons argument
128 OEMReadFile(const char* path, const char* fileName, char* buffer, uint32_t bufferLen) OEMReadFile() argument
165 OEMCreateFileImpl(char* formatPath, const char* fileName) OEMCreateFileImpl() argument
207 OEMCreateFile(const char* path, const char* fileName) OEMCreateFile() argument
[all...]
/test/xts/device_attest_lite/services/core/small/utils/
H A Dattest_utils_file_detail.c31 int32_t GetFileSize(const char* path, const char* fileName, uint32_t* result) in GetFileSize() argument
69 int32_t WriteFile(const char* path, const char* fileName, const char* data, uint32_t dataLen) in WriteFile() argument
121 int32_t ReadFile(const char* path, const char* fileName, char* buffer, uint32_t bufferLen) in ReadFile() argument
164 CreateFile(const char* path, const char* fileName) CreateFile() argument
213 IsFileExist(const char* path, const char* fileName) IsFileExist() argument
240 DeleteFile(const char* path, const char* fileName) DeleteFile() argument
[all...]
/test/xts/acts/commonlibrary_lite/file_hal/src/
H A Dutils_file_func_test.c66 char* fileName = "testfile101"; variable
71 UtilsFileDelete(fileName); variable
81 char* fileName = "testfile102"; variable
86 UtilsFileDelete(fileName); variable
96 char* fileName = "testfile103"; variable
101 UtilsFileDelete(fileName); variable
111 char* fileName variable
118 UtilsFileDelete(fileName); global() variable
128 char* fileName = "testfile105"; global() variable
135 UtilsFileDelete(fileName); global() variable
145 char* fileName = "testfile106"; global() variable
152 UtilsFileDelete(fileName); global() variable
162 char* fileName = "testfile107"; global() variable
169 UtilsFileDelete(fileName); global() variable
179 char* fileName = "testfile108"; global() variable
186 UtilsFileDelete(fileName); global() variable
196 char* fileName = "testfile109"; global() variable
205 UtilsFileDelete(fileName); global() variable
215 char* fileName = "testfile110"; global() variable
224 UtilsFileDelete(fileName); global() variable
234 char* fileName = "testfile111"; global() variable
243 UtilsFileDelete(fileName); global() variable
253 char* fileName = "testfile112"; global() variable
262 UtilsFileDelete(fileName); global() variable
272 char* fileName = "testfile113"; global() variable
281 UtilsFileDelete(fileName); global() variable
291 char* fileName = "testfile114"; global() variable
298 UtilsFileDelete(fileName); global() variable
308 char* fileName = "testfile115"; global() variable
320 UtilsFileDelete(fileName); global() variable
330 char* fileName = "testLongFileName116-Ab123456789"; global() variable
334 UtilsFileDelete(fileName); global() variable
344 char* fileName = "fileNotExist118"; global() variable
380 char* fileName = "copyLongFileName403-Abcdefg123456789Abcdefg123456789Abcdefg123456789\\ global() variable
393 char* fileName = "testfile201"; global() variable
401 UtilsFileDelete(fileName); global() variable
411 char* fileName = "testfile202"; global() variable
419 UtilsFileDelete(fileName); global() variable
429 char* fileName = "testfile203"; global() variable
437 UtilsFileDelete(fileName); global() variable
447 char* fileName = "testfile204"; global() variable
455 UtilsFileDelete(fileName); global() variable
465 char* fileName = "testfile205"; global() variable
473 UtilsFileDelete(fileName); global() variable
483 char* fileName = "testfile206"; global() variable
491 UtilsFileDelete(fileName); global() variable
501 char* fileName = "testfile207"; global() variable
510 UtilsFileDelete(fileName); global() variable
520 char* fileName = "testfile208"; global() variable
529 UtilsFileDelete(fileName); global() variable
539 char* fileName = "testfile209"; global() variable
548 UtilsFileDelete(fileName); global() variable
558 char* fileName = "testfile210"; global() variable
567 UtilsFileDelete(fileName); global() variable
577 char* fileName = "testfile211"; global() variable
587 UtilsFileDelete(fileName); global() variable
609 char* fileName = "testfile301"; global() variable
616 UtilsFileDelete(fileName); global() variable
626 char* fileName = "fileNotExist302"; global() variable
639 char* fileName = "testfile303"; global() variable
648 UtilsFileDelete(fileName); global() variable
671 char* fileName = "testLongFileName305-Ab123456789"; global() variable
678 UtilsFileDelete(fileName); global() variable
688 char* fileName = "testfile401"; global() variable
695 UtilsFileDelete(fileName); global() variable
706 char* fileName = "fileNotExist402"; global() variable
719 char* fileName = "testLongFileName403-Ab123456789"; global() variable
726 UtilsFileDelete(fileName); global() variable
737 char* fileName = "testfile501"; global() variable
754 char* fileName = "fileNotExist502"; global() variable
767 char* fileName = "testLongFileName503-Ab123456789"; global() variable
784 char* fileName = "deleteFile601"; global() variable
799 char* fileName = "fileNotExist602"; global() variable
811 char* fileName = "deleteLongFileName603-Ab1234567"; global() variable
[all...]
/test/xts/acts/security_lite/huks/common/
H A Dhks_test_file_operator.c44 static int32_t GetFileName(const char *path, const char *fileName, char *fullFileName, uint32_t fullFileNameLen) in GetFileName() argument
69 static int32_t GetFullFileName(const char *path, const char *fileName, char **fullFileName) in GetFullFileName() argument
90 static int32_t IsFileExist(const char *fileName) in IsFileExist() argument
99 FileRead(const char *fileName, uint32_t offset, uint8_t *buf, uint32_t len) FileRead() argument
130 FileSize(const char *fileName) FileSize() argument
146 FileWrite(const char *fileName, uint32_t offset, const uint8_t *buf, uint32_t len) FileWrite() argument
187 FileRead(const char *fileName, uint32_t offset, uint8_t *buf, uint32_t len) FileRead() argument
222 FileWrite(const char *fileName, uint32_t offset, const uint8_t *buf, uint32_t len) FileWrite() argument
250 FileSize(const char *fileName) FileSize() argument
261 HksTestFileRemove(const char *path, const char *fileName) HksTestFileRemove() argument
273 HksTestFileRead(const char *path, const char *fileName, uint32_t offset, uint8_t *buf, uint32_t len) HksTestFileRead() argument
290 HksTestFileWrite(const char *path, const char *fileName, uint32_t offset, const uint8_t *buf, uint32_t len) HksTestFileWrite() argument
307 HksTestFileSize(const char *path, const char *fileName) HksTestFileSize() argument
[all...]

Completed in 13 milliseconds

123