Home
last modified time | relevance | path

Searched defs:fd1 (Results 1 – 4 of 4) 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
/test/xts/acts/ability/ability_runtime/abilitycapitest/actscapistartselfuiabilitytest/entry/src/main/cpp/
Dnapi_init.cpp489 int32_t fd1 = 100; in WantNdk_1800() local