HomeSort by relevance Sort by last modified time
    Searched defs:RegularFile (Results 1 - 7 of 7) sorted by null

  /frameworks/base/tools/aapt2/io/
FileSystem.cpp 33 RegularFile::RegularFile(const Source& source) : source_(source) {}
35 std::unique_ptr<IData> RegularFile::OpenAsData() {
46 std::unique_ptr<io::InputStream> RegularFile::OpenInputStream() {
50 const Source& RegularFile::GetSource() const {
68 return (files_[path.to_string()] = util::make_unique<RegularFile>(Source(path))).get();
FileSystem.h 28 class RegularFile : public IFile {
30 explicit RegularFile(const Source& source);
37 DISALLOW_COPY_AND_ASSIGN(RegularFile);
  /frameworks/compile/mclinker/include/mcld/Support/
FileSystem.h 32 RegularFile,
  /prebuilts/devtools/tools/lib/
jimfs-1.1.jar 
  /prebuilts/gradle-plugin/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/m2/repository/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 
  /prebuilts/tools/common/offline-m2/com/google/jimfs/jimfs/1.1/
jimfs-1.1.jar 

Completed in 387 milliseconds