Home
last modified time | relevance | path

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

/test/testfwk/xdevice/src/xdevice/
D__main__.py25 srcpath = os.path.dirname(os.path.dirname(__file__)) variable
26 sys.path.append(srcpath)
/test/testfwk/developer_test/aw/python/distributed/common/
Ddevices.py186 def push_file(self, srcpath, despath): argument
195 srcpath,
199 def pull_file(self, srcpath, despath): argument
208 srcpath,
/test/xts/acts/storage/storagefileiov9jstest/entry/src/ohosTest/js/test/members/
DcreateRandomAccessFile.test.js1039 let srcpath = await nextFileName('fileIO_randomaccessfile_multithreaded_replication_000');
1043 expect(prepareFile(srcpath, buffer)).assertTrue();
1046 let fileSize = fileIO.statSync(srcpath).size;
1052 … srcfiles[i] = fileIO.createRandomAccessFileSync(srcpath, fileIO.OpenMode.READ_WRITE);
1070 fileIO.unlinkSync(srcpath);