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 127 InputFile info_file(info_path.string());
128 RSInfo *info = RSInfo::ReadFromFile(info_file, pDeps);
  /external/chromium/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 155 milliseconds