Searched defs:info_path (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/Renderscript/
H A DRSExecutable.cpp132 android::String8 info_path = RSInfo::GetPath(mObjFile->getName().c_str()); local
133 OutputFile info_file(info_path.string(), FileBase::kTruncate);
136 ALOGE("Failed to open the info file %s for write! (%s)", info_path.string(),
145 "on %s but got failure! (%s)", info_path.string(),
152 ALOGE("Failed to sync the RS info file %s!", info_path.string());
H A DRSCompilerDriver.cpp116 android::String8 info_path = RSInfo::GetPath(output_path.c_str()); local
120 output_path.c_str(), info_path.string(),
129 InputFile info_file(info_path.string());
323 android::String8 info_path = RSInfo::GetPath(pOutputPath); local
324 OutputFile info_file(info_path.string(), FileBase::kTruncate);
328 info_path.string(), info_file.getErrorMessage().c_str());
332 FileMutex<FileBase::kWriteLock> write_info_mutex(info_path.string());
335 info_path.string(), write_info_mutex.getErrorMessage().c_str());
341 ALOGE("Failed to sync the RS info file %s!", info_path.string());

Completed in 2487 milliseconds