Searched defs:FileStat (Results 1 – 3 of 3) sorted by relevance
23 struct FileStat : public Parcelable { struct32 static FileStat *Unmarshalling(Parcel &parcel); argument
24 struct FileStat { struct25 std::string filePath;26 int64_t fileSize;27 int64_t lastUpdateTime;28 int32_t mode;29 bool isDir;30 bool isIncre;
83 struct FileStat { struct84 std::string filePath;85 int64_t fileSize;86 int64_t lastUpdateTime;87 int32_t mode;88 bool isDir;89 bool isIncre;