Lines Matching defs:in
4 * you may not use this file except in compliance with the License.
9 * Unless required by applicable law or agreed to in writing, software
264 ERROR_LOG_STR("bundle name '%s' is not be included in all bundles", arguments[i].c_str());
296 ERROR_LOG_STR("Ability name '%s' is not be included in all abilities", arguments[i].c_str());
652 std::ifstream in;
662 in.open(filepathSource, std::ios::binary);
663 if (in.fail()) {
665 in.close();
682 in.close();
685 out << in.rdbuf();
687 in.close();