Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tools/aapt2/cmd/
H A DCompile.cpp794 file::FileType output_file_type = file::GetFileType(options_.output_path); in Action() local
795 if (output_file_type == file::FileType::kDirectory) { in Action()