Searched defs:FileStat (Results 1 – 2 of 2) sorted by relevance
23 struct FileStat : public Parcelable { struct32 static FileStat *Unmarshalling(Parcel &parcel); argument
27 struct FileStat { struct28 std::string filePath;29 int64_t fileSize;30 int64_t lastUpdateTime;31 int32_t mode;32 bool isDir;33 bool isIncre;