Searched refs:testPath (Results 1 – 3 of 3) sorted by relevance
61 int32_t SampleSaveCapture(string testPath, const char *p, uint32_t size) in SampleSaveCapture() argument71 filePath = testPath + ss.str(); in SampleSaveCapture()72 ofstream pic(testPath + ss.str(), ofstream::out | ofstream::trunc); in SampleSaveCapture()
47 HWTEST_F(FileSystemTest, testPath, Function | MediumTest | Level1)
219 int32_t SampleSaveCapture(string testPath, char *buffer, uint32_t size) in SampleSaveCapture() argument230 filePath = testPath + ss.str(); in SampleSaveCapture()231 ofstream pic(testPath + ss.str(), ofstream::out | ofstream::trunc); in SampleSaveCapture()