Lines Matching defs:to
9 * Unless required by applicable law or agreed to in writing, software
97 std::string StringReplace(std::string source, const std::string &from, const std::string &to)
104 result.append(source.substr(0, pos) + to);
373 HLOGE("Fail to open data file %s", dataFile.c_str());
374 perror("Fail to fopen(rb)");
380 HLOGE("Fail to call gzopen(%s)", destFile.c_str());
389 HLOGE("Fail to call gzwrite for %zu bytes", len);
413 HLOGE("Fail to open data file %s", dataFile.c_str());
414 perror("Fail to fopen(rb)");
419 HLOGE("Fail to call gzopen(%s)", gzipFile.c_str());
428 HLOGE("Fail to call fwrite for %zu bytes", len);
836 HLOGD("Fix hm bundle path to %s", filename.c_str());