Home
last modified time | relevance | path

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

/applications/standard/app_samples/code/Solutions/IM/Chat/products/phone/entry/src/main/ets/pages/workers/
Dworker.ts33 let inFilePath: string = `${filesDir}/${time.toString()}.zip`; variable
48 Logger.info(`workerPort media filePath ${inFilePath}`);
52 filePath: inFilePath
60 zlib.decompressFile(inFilePath, filesDir, options).then(() => {