Searched refs:checkDirectoryExists (Results 1 – 1 of 1) sorted by relevance
123 checkDirectoryExists(getManifestDirPath()); in validateInput()125 checkDirectoryExists(getDexDirPath()); in validateInput()126 checkDirectoryExists(getResourcesDirPath()); in validateInput()127 checkDirectoryExists(getAssetsDirPath()); in validateInput()128 checkDirectoryExists(getNativeDirPath()); in validateInput()139 private static void checkDirectoryExists(Optional<Path> pathOptional) { in checkDirectoryExists() method in BuildModuleCommand