Home
last modified time | relevance | path

Searched defs:pFile (Results 1 – 9 of 9) sorted by relevance

/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/parsesyscap_fuzzer/
Dparsesyscap_fuzzer.cpp37 auto pFile = fopen("rpcid.sc", "wb"); in DoSomethingInterestingWithMyAPI() local
/foundation/bundlemanager/bundle_framework/test/fuzztest/fuzztest_others/parse_fuzzer/
Dparse_fuzzer.cpp36 auto pFile = fopen("myHap.hap", "wb"); in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/loadfromconfigfile_fuzzer/
Dloadfromconfigfile_fuzzer.cpp29 FILE *pFile = fopen(fuzzedFile.c_str(), "wb"); in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/resource_schedule_service/ressched/test/fuzztest/loadfromcustconfigfile_fuzzer/
Dloadfromcustconfigfile_fuzzer.cpp29 FILE *pFile = fopen(fuzzedFile.c_str(), "wb"); in DoSomethingInterestingWithMyAPI() local
/foundation/resourceschedule/soc_perf/test/fuzztest/loadconfigxmlfile_fuzzer/
Dloadconfigxmlfile_fuzzer.cpp45 FILE *pFile = fopen(fuzzedFile.c_str(), "wb"); in DoSomethingInterestingWithMyAPI() local
/foundation/multimedia/audio_framework/frameworks/native/audiorenderer/test/example/
Daudio_voip_test.cpp261 FILE *pFile = fopen(capturePath, "wb"); in TestRecording() local
/foundation/multimedia/audio_framework/frameworks/native/audiocapturer/test/example/
Daudio_capturer_test.cpp224 FILE *pFile = fopen(filePath.c_str(), "wb"); in TestRecording() local
/foundation/communication/dhcp/services/dhcp_server/src/
Ddhcp_function.cpp362 FILE *pFile = fopen(realPaths, "r"); in GetDhcpPacketResult() local
/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
Dnncompiled_cache.cpp485 OH_NN_ReturnCode NNCompiledCache::GetCacheFileLength(FILE* pFile, long& fileSize) const in GetCacheFileLength()