Searched refs:testFilePath (Results 1 – 3 of 3) sorted by relevance
23 testFilePath = "D:\\test\\testcase\\" variable35 …exec_cmd(hdcPath + " file send " + testFilePath + test_fileset + " /data/local/tmp/" + test_filese…
71 testFilePath = "d:\\test\\" #测试用例存放路径
35 let testFilePath = '';44 testFilePath = globalThis.abilityContext.cacheDir + '/test.txt';45 console.log('testFilePath: ' + testFilePath)46 prepareFile(testFilePath, '123');