Lines Matching refs:empty

910     if (android_root_.empty()) {  in ProcessOptions()
918 if (!parser_options->boot_image_filename.empty()) { in ProcessOptions()
923 if (!image_filenames_.empty() || image_fd_ != -1) { in ProcessOptions()
926 compiler_options_->image_type_ = boot_image_filename_.empty() in ProcessOptions()
930 if (app_image_fd_ != -1 || !app_image_file_name_.empty()) { in ProcessOptions()
937 if (!image_filenames_.empty() && image_fd_ != -1) { in ProcessOptions()
941 if (oat_filenames_.empty() && oat_fd_ == -1) { in ProcessOptions()
945 if (input_vdex_fd_ != -1 && !input_vdex_.empty()) { in ProcessOptions()
949 if (output_vdex_fd_ != -1 && !output_vdex_.empty()) { in ProcessOptions()
953 if (!oat_filenames_.empty() && oat_fd_ != -1) { in ProcessOptions()
966 if (!parser_options->oat_symbols.empty() && oat_fd_ != -1) { in ProcessOptions()
970 if (!parser_options->oat_symbols.empty() && is_host_) { in ProcessOptions()
974 if (output_vdex_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()
978 if (oat_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()
982 if ((input_vdex_fd_ != -1 || !input_vdex_.empty()) && in ProcessOptions()
983 (dm_fd_ != -1 || !dm_file_location_.empty())) { in ProcessOptions()
987 if (!parser_options->oat_symbols.empty() && in ProcessOptions()
992 if (!image_filenames_.empty() && image_filenames_.size() != oat_filenames_.size()) { in ProcessOptions()
996 if (!IsBootImage() && boot_image_filename_.empty()) { in ProcessOptions()
1001 if (dex_filenames_.empty() && zip_fd_ == -1) { in ProcessOptions()
1005 if (!dex_filenames_.empty() && zip_fd_ != -1) { in ProcessOptions()
1009 if (!dex_filenames_.empty() && !zip_location_.empty()) { in ProcessOptions()
1013 if (dex_locations_.empty()) { in ProcessOptions()
1019 if (!dex_filenames_.empty() && !oat_filenames_.empty()) { in ProcessOptions()
1025 if (zip_fd_ != -1 && zip_location_.empty()) { in ProcessOptions()
1029 if (boot_image_filename_.empty()) { in ProcessOptions()
1058 const bool have_profile_file = !profile_file_.empty(); in ProcessOptions()
1064 if (!parser_options->oat_symbols.empty()) { in ProcessOptions()
1094 if (!cpu_set_.empty()) { in ProcessOptions()
1197 if (!oat_unstripped_.empty()) { in ExpandOatAndImageFilenames()
1281 DCHECK(out->empty()); in AssignIfExists()
1466 DCHECK(!oat_filenames_.empty()); in OpenFile()
1480 if (!input_vdex_.empty()) { in OpenFile()
1490 std::string vdex_filename = output_vdex_.empty() in OpenFile()
1493 if (vdex_filename == input_vdex_ && output_vdex_.empty()) { in OpenFile()
1589 if (dm_fd_ != -1 || !dm_file_location_.empty()) { in OpenFile()
1631 if (swap_fd_ == -1 && !swap_file_name_.empty()) { in OpenFile()
1722 if (opened_dex_files_map.empty()) { in Setup()
1723 DCHECK(opened_dex_files.empty()); in Setup()
1828 if (!compilation_reason_.empty()) { in Setup()
2060 if (!no_inline_filters.empty()) { in Compile()
2097 if (!no_inline_from_dex_files.empty()) { in Compile()
2536 return profile_file_fd_ != -1 || !profile_file_.empty(); in UseProfile()
2703 const std::string& name = zip_location_.empty() ? dex_locations_[0] : zip_location_; in AddDexFileSources()
2704 DCHECK(!name.empty()); in AddDexFileSources()
2864 DCHECK(image_filenames_.empty()); in CreateImageFile()
2872 DCHECK(image_filenames_.empty()); in CreateImageFile()
2947 if (android::base::StartsWith(dot, "#") || dot.empty()) { in ReadCommentedInputStream()