HomeSort by relevance Sort by last modified time
    Searched refs:info_path (Results 1 - 3 of 3) 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());
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());
  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store.cc 869 const base::FilePath info_path = local
872 if (IsPathTooLong(info_path))
877 if (!GetFileSize(info_path, &file_size) || file_size > max_json_len)
884 base::File file(info_path, base::File::FLAG_OPEN | base::File::FLAG_READ);
901 base::DeleteFile(info_path, false);
910 const base::FilePath info_path = local
912 if (IsPathTooLong(info_path))
920 base::File file(info_path,
    [all...]

Completed in 360 milliseconds