Home
last modified time | relevance | path

Searched defs:fd1 (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/commonlibrary_lite/file_hal/src/
Dutils_file_reli_test.c247 int fd1 = UtilsFileOpen(fileName1, O_RDWR_FS | O_CREAT_FS, 0); variable
285 int fd1 = UtilsFileOpen(fileName1, O_RDWR_FS | O_CREAT_FS, 0); variable
327 int fd1 = UtilsFileOpen(fileName1, O_RDWR_FS | O_CREAT_FS, 0); variable
363 int fd1 = UtilsFileOpen(fileName1, O_RDWR_FS | O_CREAT_FS, 0); variable
Dutils_file_func_test.c201 int fd1 = UtilsFileOpen(fileName, O_RDONLY_FS | O_CREAT_FS | O_EXCL_FS, 0); variable
220 int fd1 = UtilsFileOpen(fileName, O_WRONLY_FS | O_CREAT_FS | O_EXCL_FS, 0); variable
239 int fd1 = UtilsFileOpen(fileName, O_RDWR_FS | O_CREAT_FS | O_EXCL_FS, 0); variable
258 int fd1 = UtilsFileOpen(fileName, O_RDWR_FS | O_CREAT_FS | O_EXCL_FS | O_TRUNC_FS, 0); variable
277 int fd1 = UtilsFileOpen(fileName, O_RDWR_FS | O_CREAT_FS | O_EXCL_FS | O_APPEND_FS, 0); variable
316 int fd1 = UtilsFileOpen(fileName, O_RDWR_FS | O_TRUNC_FS, 0); variable
/test/xts/acts/multimedia/av_codec/demuxer/src/
Dapi_test.cpp43 int fd1; member in OHOS::Media::DemuxerApiNdkTest