Searched refs:path6 (Results 1 – 2 of 2) sorted by relevance
/test/xts/acts/graphic/graphicnapidrawingtest/ |
D | NativeDrawingPathTest.cpp | 130 OH_Drawing_Path* path6 = OH_Drawing_PathCreate(); variable 131 OH_Drawing_PathCubicTo(path6, 30, 40, 60, 0, 50, 20); 132 OH_Drawing_PathCubicTo(path6, -30, 40, 60, -30.6f, 50, -20); 133 OH_Drawing_PathDestroy(path6);
|
/test/xts/acts/validator/acts_validator/src/main/ets/pages/ |
D | index.ets | 31 let path6 = path + '/Sensor'; 79 let path66 = path6 + '/SensorReport.txt'; 125 fs.mkdirSync(path6);
|