Lines Matching refs:c_str
88 dep_info.push(std::make_pair(output_path.c_str(), bitcode_sha1)); in loadScript()
93 FileMutex<FileBase::kReadLock> read_output_mutex(output_path.c_str()); in loadScript()
96 ALOGE("Unable to acquire the read lock for %s! (%s)", output_path.c_str(), in loadScript()
97 read_output_mutex.getErrorMessage().c_str()); in loadScript()
104 InputFile *object_file = new (std::nothrow) InputFile(output_path.c_str()); in loadScript()
116 android::String8 info_path = RSInfo::GetPath(output_path.c_str()); in loadScript()
120 output_path.c_str(), info_path.string(), in loadScript()
121 object_file->getErrorMessage().c_str()); in loadScript()
243 pOutputPath, write_output_mutex.getErrorMessage().c_str()); in compileScript()
254 output_file.getErrorMessage().c_str()); in compileScript()
313 info_path.string(), info_file.getErrorMessage().c_str()); in compileScript()
320 info_path.string(), write_info_mutex.getErrorMessage().c_str()); in compileScript()
374 dep_info.push(std::make_pair(output_path.c_str(), bitcode_sha1)); in build()
388 pResName, output_path.c_str()); in build()
405 output_path.c_str(), in build()