Searched refs:apkPath (Results 1 – 1 of 1) sorted by relevance
22 const apkPath = path.join(apkVariantDirectory, apkName); constant23 debug('Checking for APK at:', apkPath);24 if (fs.existsSync(apkPath)) {31 const apkPath = path.join(apkVariantDirectory, apkName); constant32 debug('Checking for fallback APK at:', apkPath);33 if (fs.existsSync(apkPath)) {