Lines Matching refs:empty
767 if (!image_filenames_.empty()) { in ProcessOptions()
774 if (app_image_fd_ != -1 || !app_image_file_name_.empty()) { in ProcessOptions()
781 if (oat_filenames_.empty() && oat_fd_ == -1) { in ProcessOptions()
785 if (input_vdex_fd_ != -1 && !input_vdex_.empty()) { in ProcessOptions()
789 if (output_vdex_fd_ != -1 && !output_vdex_.empty()) { in ProcessOptions()
793 if (!oat_filenames_.empty() && oat_fd_ != -1) { in ProcessOptions()
802 if (!parser_options->oat_symbols.empty() && oat_fd_ != -1) { in ProcessOptions()
806 if (!parser_options->oat_symbols.empty() && is_host_) { in ProcessOptions()
810 if (output_vdex_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()
814 if (oat_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()
818 if ((input_vdex_fd_ != -1 || !input_vdex_.empty()) && in ProcessOptions()
819 (dm_fd_ != -1 || !dm_file_location_.empty())) { in ProcessOptions()
823 if (!parser_options->oat_symbols.empty() && in ProcessOptions()
828 if (!image_filenames_.empty() && image_filenames_.size() != oat_filenames_.size()) { in ProcessOptions()
832 if (android_root_.empty()) { in ProcessOptions()
840 if (!IsBootImage() && parser_options->boot_image_filename.empty()) { in ProcessOptions()
843 if (!parser_options->boot_image_filename.empty()) { in ProcessOptions()
851 if (image_classes_filename_ != nullptr && !boot_image_filename_.empty()) { in ProcessOptions()
859 if (dex_filenames_.empty() && zip_fd_ == -1) { in ProcessOptions()
863 if (!dex_filenames_.empty() && zip_fd_ != -1) { in ProcessOptions()
867 if (!dex_filenames_.empty() && !zip_location_.empty()) { in ProcessOptions()
871 if (dex_locations_.empty()) { in ProcessOptions()
877 if (!dex_filenames_.empty() && !oat_filenames_.empty()) { in ProcessOptions()
883 if (zip_fd_ != -1 && zip_location_.empty()) { in ProcessOptions()
887 if (boot_image_filename_.empty()) { in ProcessOptions()
893 const bool have_profile_file = !profile_file_.empty(); in ProcessOptions()
906 if (!parser_options->oat_symbols.empty()) { in ProcessOptions()
989 !boot_image_filename_.empty() && in ProcessOptions()
1010 if (!oat_unstripped_.empty()) { in ExpandOatAndImageFilenames()
1259 DCHECK(!oat_filenames_.empty()); in OpenFile()
1273 if (!input_vdex_.empty()) { in OpenFile()
1283 std::string vdex_filename = output_vdex_.empty() in OpenFile()
1286 if (vdex_filename == input_vdex_ && output_vdex_.empty()) { in OpenFile()
1383 if (dm_fd_ != -1 || !dm_file_location_.empty()) { in OpenFile()
1425 if (swap_fd_ == -1 && !swap_file_name_.empty()) { in OpenFile()
1497 if (!compilation_reason_.empty()) { in Setup()
1591 if (opened_dex_files_map.empty()) { in Setup()
1592 DCHECK(opened_dex_files.empty()); in Setup()
1754 if (!no_inline_filters.empty()) { in Compile()
1791 if (!no_inline_from_dex_files.empty()) { in Compile()
2244 return profile_file_fd_ != -1 || !profile_file_.empty(); in UseProfile()
2330 DCHECK(compiler_options_->image_classes_.empty()); in PrepareImageClasses()
2397 const std::string& name = zip_location_.empty() ? dex_locations_[0] : zip_location_; in AddDexFileSources()
2398 DCHECK(!name.empty()); in AddDexFileSources()
2474 if (boot_image_filename_.empty()) { in PrepareRuntimeOptions()
2585 CHECK(image_filenames_.empty()); in CreateImageFile()
2679 if (android::base::StartsWith(dot, "#") || dot.empty()) { in ReadCommentedInputStream()