Home
last modified time | relevance | path

Searched refs:testPath (Results 1 – 4 of 4) 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/graphic/graphic3D/entry/src/ohosTest/ets/test/
DsceneNode.test.ets59 * @tc.name : testPath
65 it('testPath', 0, (done:Function)=> {
66 let msg = "============================testPath";
/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()