Home
last modified time | relevance | path

Searched defs:fd2 (Results 1 – 16 of 16) sorted by relevance

/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_zip_test.cpp142 int32_t fd2 = open(inZip.c_str(), O_RDWR | O_CREAT, 0666); variable
176 int32_t fd2 = open(zipFile.c_str(), O_RDWR | O_CREAT, 0666); variable
H A Ddlp_file_test.cpp1736 int fd2 = open("/data/fuse_test2.txt", O_RDWR | O_CREAT | O_TRUNC, S_IRWXU); variable
/ohos5.0/base/hiviewdfx/hiview/plugins/sysevent_source/test/unittest/common/
H A Dsys_event_stat_test.cpp83 int fd2 = OpenTestFile("./fd2.txt"); variable
/ohos5.0/foundation/graphic/graphic_2d/frameworks/fence/src/
H A Dfence.cpp120 int FenceMerge(const char* name, int fd1, int fd2) in FenceMerge()
/ohos5.0/foundation/ability/ability_runtime/test/mock/frameworks_kits_test/DemoAbility/
H A Dmock_ability_test.h68 FILE* fd2 = fopen("/dataability_openfile_test.txt", "r"); in OpenFile() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/
H A Drs_ashmem_helper_test.cpp119 int fd2 = 10; variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/
H A Dapi_test.cpp493 int fd2 = open(g_file2, O_RDONLY); variable
/ohos5.0/drivers/hdf_core/adapter/uhdf2/hdi/test/buffer_handle/
H A Dbuffer_handle_test.cpp429 int fd2 = dup(fd); variable
/ohos5.0/foundation/resourceschedule/ffrt/test/testfunc/
H A Dutil.cpp182 int fd2 = perf_event_open(&attr, 0, -1, fd, 0); in perf_event2() local
/ohos5.0/foundation/graphic/graphic_surface/sync_fence/src/
H A Dsync_fence.cpp92 int32_t SyncFence::SyncMerge(const char *name, int32_t fd1, int32_t fd2, int32_t &newFenceFd) in SyncMerge()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/common/
H A Ddistributeddb_common_test.cpp135 OS::FileHandle *fd2 = nullptr; variable
/ohos5.0/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_unit_test.cpp405 int32_t fd2 = OpenFile(g_mp3Path); variable
/ohos5.0/foundation/multimedia/av_codec/test/moduletest/demuxer/src/InnerAPI/
H A Dapi_test.cpp322 int fd2 = open(g_file2, O_RDONLY); variable
/ohos5.0/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/image_source_test/
H A Dimage_packer_test.cpp176 const int fd2 = open("/data/local/tmp/image/test.jpg", O_RDWR | O_CREAT, S_IRUSR | S_IWUSR); variable
/ohos5.0/base/tee/tee_client/services/tlogcat/src/
H A Dtlogcat.c245 int32_t fd2 = fileno(file); in LogFilesOpen() local
/ohos5.0/foundation/filemanagement/app_file_service/test/fuzztest/backupservicestub_fuzzer/
H A Dbackupservicestub_fuzzer.cpp500 int fd2 = TypeCast<int>(data + pos, &pos); in CmdAppIncrementalFileReadyFuzzTest() local