Searched refs:commonLibPath (Results 1 – 1 of 1) sorted by relevance
452 const commonLibPath = path.join(targetDirectory, '../../../common/libs', arch, lib); constant453 await fs.ensureDir(path.dirname(commonLibPath));454 await fs.unlink(commonLibPath);456 path.relative(path.dirname(commonLibPath), sourceLibPath),457 commonLibPath