Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/extractortool/src/
Dextractor.h32 struct FileInfo { struct
33 std::string fileName;
34 uint32_t offset = 0;
35 uint32_t length = 0;
36 uint16_t lastModTime = 0;
37 uint16_t lastModDate = 0;
/arkcompiler/runtime_core/static_core/runtime/tooling/sampler/
Dsample_info.h57 struct FileInfo { struct
67 bool operator==(const FileInfo &lhs, const FileInfo &rhs); argument
/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_info.h107 FileInfo(uint32_t checksum, uint32_t abcId) : abcId_(abcId), checksum_(checksum) {} in FileInfo() function