Searched refs:testPath (Results 1 – 4 of 4) sorted by relevance
| /test/xts/acts/multimedia_lite/utils_posix/common/src/ |
| D | ActsTestMediaUtils.cpp | 61 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/ |
| D | FsOtherTest.cpp | 47 HWTEST_F(FileSystemTest, testPath, Function | MediumTest | Level1)
|
| /test/xts/acts/graphic/graphic3D/entry/src/ohosTest/ets/test/ |
| D | sceneNode.test.ets | 59 * @tc.name : testPath 65 it('testPath', 0, (done:Function)=> { 66 let msg = "============================testPath";
|
| /test/xts/acts/multimedia_lite/camera_lite_posix/camera_native/src/ |
| D | ActsMediaCameraTest.cpp | 219 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()
|