Home
last modified time | relevance | path

Searched refs:testPath (Results 1 – 3 of 3) sorted by relevance

/test/xts/acts/multimedia_lite/utils_posix/common/src/
DActsTestMediaUtils.cpp61 int32_t SampleSaveCapture(string testPath, const char *p, uint32_t size) in SampleSaveCapture() argument
71 filePath = testPath + ss.str(); in SampleSaveCapture()
72 ofstream pic(testPath + ss.str(), ofstream::out | ofstream::trunc); in SampleSaveCapture()
/test/xts/acts/kernel_lite/fs_posix/src/
DFsOtherTest.cpp47 HWTEST_F(FileSystemTest, testPath, Function | MediumTest | Level1)
/test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/
DActsMediaCameraTest.cpp219 int32_t SampleSaveCapture(string testPath, char *buffer, uint32_t size) in SampleSaveCapture() argument
230 filePath = testPath + ss.str(); in SampleSaveCapture()
231 ofstream pic(testPath + ss.str(), ofstream::out | ofstream::trunc); in SampleSaveCapture()