Lines Matching refs:empty

894     if (android_root_.empty()) {  in ProcessOptions()
902 if (!parser_options->boot_image_filename.empty()) { in ProcessOptions()
907 if (!image_filenames_.empty() || image_fd_ != -1) { in ProcessOptions()
910 compiler_options_->image_type_ = boot_image_filename_.empty() in ProcessOptions()
914 if (app_image_fd_ != -1 || !app_image_file_name_.empty()) { in ProcessOptions()
921 if (!image_filenames_.empty() && image_fd_ != -1) { in ProcessOptions()
925 if (oat_filenames_.empty() && oat_fd_ == -1) { in ProcessOptions()
929 if (input_vdex_fd_ != -1 && !input_vdex_.empty()) { in ProcessOptions()
933 if (output_vdex_fd_ != -1 && !output_vdex_.empty()) { in ProcessOptions()
937 if (!oat_filenames_.empty() && oat_fd_ != -1) { in ProcessOptions()
950 if (!parser_options->oat_symbols.empty() && oat_fd_ != -1) { in ProcessOptions()
954 if (!parser_options->oat_symbols.empty() && is_host_) { in ProcessOptions()
958 if (output_vdex_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()
962 if (oat_fd_ != -1 && !image_filenames_.empty()) { in ProcessOptions()
966 if ((input_vdex_fd_ != -1 || !input_vdex_.empty()) && in ProcessOptions()
967 (dm_fd_ != -1 || !dm_file_location_.empty())) { in ProcessOptions()
971 if (!parser_options->oat_symbols.empty() && in ProcessOptions()
976 if (!image_filenames_.empty() && image_filenames_.size() != oat_filenames_.size()) { in ProcessOptions()
980 if (!IsBootImage() && boot_image_filename_.empty()) { in ProcessOptions()
985 if (dex_filenames_.empty() && zip_fd_ == -1) { in ProcessOptions()
989 if (!dex_filenames_.empty() && zip_fd_ != -1) { in ProcessOptions()
993 if (!dex_filenames_.empty() && !zip_location_.empty()) { in ProcessOptions()
997 if (dex_locations_.empty()) { in ProcessOptions()
1003 if (!dex_filenames_.empty() && !oat_filenames_.empty()) { in ProcessOptions()
1009 if (zip_fd_ != -1 && zip_location_.empty()) { in ProcessOptions()
1013 if (boot_image_filename_.empty()) { in ProcessOptions()
1042 const bool have_profile_file = !profile_file_.empty(); in ProcessOptions()
1048 if (!parser_options->oat_symbols.empty()) { in ProcessOptions()
1078 if (!cpu_set_.empty()) { in ProcessOptions()
1152 !boot_image_filename_.empty() && in ProcessOptions()
1181 if (!oat_unstripped_.empty()) { in ExpandOatAndImageFilenames()
1268 DCHECK(out->empty()); in AssignIfExists()
1450 DCHECK(!oat_filenames_.empty()); in OpenFile()
1464 if (!input_vdex_.empty()) { in OpenFile()
1474 std::string vdex_filename = output_vdex_.empty() in OpenFile()
1477 if (vdex_filename == input_vdex_ && output_vdex_.empty()) { in OpenFile()
1573 if (dm_fd_ != -1 || !dm_file_location_.empty()) { in OpenFile()
1615 if (swap_fd_ == -1 && !swap_file_name_.empty()) { in OpenFile()
1706 if (opened_dex_files_map.empty()) { in Setup()
1707 DCHECK(opened_dex_files.empty()); in Setup()
1812 if (!compilation_reason_.empty()) { in Setup()
2030 if (!no_inline_filters.empty()) { in Compile()
2067 if (!no_inline_from_dex_files.empty()) { in Compile()
2528 return profile_file_fd_ != -1 || !profile_file_.empty(); in UseProfile()
2693 const std::string& name = zip_location_.empty() ? dex_locations_[0] : zip_location_; in AddDexFileSources()
2694 DCHECK(!name.empty()); in AddDexFileSources()
2860 DCHECK(image_filenames_.empty()); in CreateImageFile()
2868 DCHECK(image_filenames_.empty()); in CreateImageFile()
2943 if (android::base::StartsWith(dot, "#") || dot.empty()) { in ReadCommentedInputStream()