Home
last modified time | relevance | path

Searched defs:FileInfo (Results 1 – 25 of 41) sorted by relevance

12

/external/icing/icing/legacy/index/
Dicing-storage-collection.h51 struct FileInfo { struct
52 FileInfo(IIcingStorage *file_in, bool remove_if_corrupted_in) in FileInfo() argument
58 std::vector<FileInfo> files_; argument
/external/protobuf/src/google/protobuf/compiler/
Dzip_writer.h80 struct FileInfo { struct
88 std::vector<FileInfo> files_; argument
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DCachePruning.cpp30 struct FileInfo { struct
31 sys::TimePoint<> Time;
32 uint64_t Size;
33 std::string Path;
37 bool operator<(const FileInfo &Other) const { in operator <()
245 auto FileInfo = FileInfos.begin(); in pruneCache() local
/external/llvm-project/llvm/lib/Support/
DCachePruning.cpp30 struct FileInfo { struct
31 sys::TimePoint<> Time;
32 uint64_t Size;
33 std::string Path;
37 bool operator<(const FileInfo &Other) const { in operator <()
245 auto FileInfo = FileInfos.begin(); in pruneCache() local
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DAssetDir.java44 static class FileInfo implements Comparable<FileInfo> { class in AssetDir
49 FileInfo() {} in FileInfo() method in AssetDir.FileInfo
51 FileInfo(String8 path) { // useful for e.g. svect.indexOf in FileInfo() method in AssetDir.FileInfo
56 FileInfo(FileInfo src) { in FileInfo() method in AssetDir.FileInfo
/external/llvm-project/llvm/include/llvm/MC/
DMCCodeView.h227 struct FileInfo { struct
230 // Indicates if this FileInfo corresponds to an actual file, or hasn't been argument
244 SmallVector<FileInfo, 4> Files; argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCCodeView.h229 struct FileInfo { struct
232 // Indicates if this FileInfo corresponds to an actual file, or hasn't been argument
246 SmallVector<FileInfo, 4> Files; argument
/external/llvm-project/llvm/tools/llvm-jitlink/
Dllvm-jitlink.h129 struct FileInfo { struct
130 StringMap<MemoryRegionInfo> SectionInfos;
131 StringMap<MemoryRegionInfo> StubInfos;
132 StringMap<MemoryRegionInfo> GOTEntryInfos;
Dllvm-jitlink-macho.cpp80 auto &FileInfo = S.FileInfos[FileName]; in registerMachOGraphInfo() local
Dllvm-jitlink-elf.cpp78 auto &FileInfo = S.FileInfos[FileName]; in registerELFGraphInfo() local
/external/grpc-grpc/third_party/nanopb/examples/network_server/
Dfileproto.proto11 message FileInfo { message
/external/nanopb-c/examples/network_server/
Dfileproto.proto11 message FileInfo { message
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/
Dcopy.pass.cpp198 struct FileInfo { in TEST_CASE() struct
199 path filename; in TEST_CASE()
200 std::size_t size; in TEST_CASE()
/external/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/
Dcopy.pass.cpp198 struct FileInfo { in TEST_CASE() struct
199 path filename; in TEST_CASE()
200 std::size_t size; in TEST_CASE()
/external/llvm-project/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleList.cpp163 BinaryStreamRef FileInfo) { in initialize()
186 Error DbiModuleList::initializeFileInfo(BinaryStreamRef FileInfo) { in initializeFileInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DDbiModuleList.cpp163 BinaryStreamRef FileInfo) { in initialize()
186 Error DbiModuleList::initializeFileInfo(BinaryStreamRef FileInfo) { in initializeFileInfo()
/external/antlr/runtime/CSharp2/Sources/Antlr3.Runtime/Antlr.Runtime/
DANTLRFileStream.cs39 using FileInfo = System.IO.FileInfo; typedef
/external/rust/crates/proc-macro2/src/
Dfallback.rs308 struct FileInfo { struct
316 impl FileInfo { implementation
394 fn fileinfo(&self, span: Span) -> &FileInfo { in fileinfo()
/external/libchrome/base/files/
Dfile_enumerator_posix.cc37 FileEnumerator::FileInfo::FileInfo() { in FileInfo() function in base::FileEnumerator::FileInfo
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/
DGCOV.h39 class FileInfo; variable
423 FileInfo(const GCOV::Options &Options) : Options(Options) {} in FileInfo() function
/external/llvm/include/llvm/Support/
DGCOV.h30 class FileInfo; variable
398 FileInfo(const GCOV::Options &Options) in FileInfo() function
/external/llvm-project/llvm/tools/llvm-opt-report/
DOptReport.cpp263 const auto &FileInfo = FI.second; in writeReport() local
/external/clang/include/clang/Lex/
DHeaderSearch.h178 mutable std::vector<HeaderFileInfo> FileInfo; variable
/external/llvm-project/clang/include/clang/Lex/
DHeaderSearch.h194 mutable std::vector<HeaderFileInfo> FileInfo; variable
/external/clang/lib/Driver/
DMSVCToolChain.cpp496 VS_FIXEDFILEINFO *FileInfo = nullptr; in getMSVCVersionFromExe() local

12