HomeSort by relevance Sort by last modified time
    Searched refs:info_path (Results 1 - 2 of 2) sorted by null

  /frameworks/compile/libbcc/lib/Renderscript/
RSExecutable.cpp 132 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());
RSCompilerDriver.cpp 116 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());
308 android::String8 info_path = RSInfo::GetPath(pOutputPath); local
309 OutputFile info_file(info_path.string(), FileBase::kTruncate);
313 info_path.string(), info_file.getErrorMessage().c_str());
317 FileMutex<FileBase::kWriteLock> write_info_mutex(info_path.string());
320 info_path.string(), write_info_mutex.getErrorMessage().c_str());
326 ALOGE("Failed to sync the RS info file %s!", info_path.string());

Completed in 29 milliseconds