Searched refs:srcpath (Results 1 – 4 of 4) sorted by relevance
| /test/testfwk/xdevice/src/xdevice/ |
| D | __main__.py | 25 srcpath = os.path.dirname(os.path.dirname(__file__)) variable 26 sys.path.append(srcpath)
|
| /test/testfwk/developer_test/aw/python/distributed/common/ |
| D | devices.py | 147 def push_file(self, srcpath, despath): argument 156 srcpath, 160 def pull_file(self, srcpath, despath): argument 169 srcpath,
|
| /test/xts/acts/storage/storagefileiojstest/src/main/js/test/module_fileio/members/ |
| D | createRandomAccessFile.test.js | 879 let srcpath = await nextFileName('fileio_randomaccessfile_multithreaded_replication_000'); 883 expect(prepareFile(srcpath, buffer)).assertTrue(); 886 let fileSize = fileio.statSync(srcpath).size; 892 … srcfiles[i] = fileio.createRandomAccessFileSync(srcpath, fileSize / threadNums * i, 0o2); 908 fileio.unlinkSync(srcpath);
|
| /test/xts/acts/storage/storagefileiov9jstest/src/main/js/test/members/ |
| D | createRandomAccessFile.test.js | 894 let srcpath = await nextFileName('fileIO_randomaccessfile_multithreaded_replication_000'); 898 expect(prepareFile(srcpath, buffer)).assertTrue(); 901 let fileSize = fileIO.statSync(srcpath).size; 907 … srcfiles[i] = fileIO.createRandomAccessFileSync(srcpath, fileIO.OpenMode.READ_WRITE); 925 fileIO.unlinkSync(srcpath);
|