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

  /frameworks/compile/libbcc/lib/Renderscript/
RSExecutable.cpp 133 OutputFile info_file(info_path.string(), FileBase::kTruncate);
135 if (info_file.hasError()) {
137 info_file.getErrorMessage().c_str());
146 mObjFile->getName().c_str(), info_file.getErrorMessage().c_str());
151 if (!mInfo->write(info_file)) {
RSCompilerDriver.cpp 129 InputFile info_file(info_path.string());
130 RSInfo *info = RSInfo::ReadFromFile(info_file);
324 OutputFile info_file(info_path.string(), FileBase::kTruncate);
326 if (info_file.hasError()) {
328 info_path.string(), info_file.getErrorMessage().c_str());
340 if (!info->write(info_file)) {
  /external/chromium_org/build/mac/
strip_save_dsym 249 info_file = os.path.join(dsym, "Contents", "Info.plist") variable
250 info_fd = open(info_file, "w")

Completed in 127 milliseconds