Home
last modified time | relevance | path

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

/tools/appbundle/bundletool/java/com/android/tools/appbundle/bundletool/
DBuildModuleCommand.java46 abstract Optional<Path> getManifestDirPath(); in getManifestDirPath() method in BuildModuleCommand
106 getManifestPath().isPresent() || getManifestDirPath().isPresent(), in validateInput()
111 !getManifestPath().isPresent() || !getManifestDirPath().isPresent(), in validateInput()
123 checkDirectoryExists(getManifestDirPath()); in validateInput()