Searched defs:pFile (Results 1 – 9 of 9) sorted by relevance
37 auto pFile = fopen("rpcid.sc", "wb"); in DoSomethingInterestingWithMyAPI() local
36 auto pFile = fopen("myHap.hap", "wb"); in DoSomethingInterestingWithMyAPI() local
29 FILE *pFile = fopen(fuzzedFile.c_str(), "wb"); in DoSomethingInterestingWithMyAPI() local
45 FILE *pFile = fopen(fuzzedFile.c_str(), "wb"); in DoSomethingInterestingWithMyAPI() local
261 FILE *pFile = fopen(capturePath, "wb"); in TestRecording() local
224 FILE *pFile = fopen(filePath.c_str(), "wb"); in TestRecording() local
362 FILE *pFile = fopen(realPaths, "r"); in GetDhcpPacketResult() local
485 OH_NN_ReturnCode NNCompiledCache::GetCacheFileLength(FILE* pFile, long& fileSize) const in GetCacheFileLength()