Home
last modified time | relevance | path

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

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