Home | History | Annotate | Download | only in fileapi

Lines Matching full:usage_file_path

29   bool GetUsage(const base::FilePath& usage_file_path, int64* usage);
33 bool GetDirty(const base::FilePath& usage_file_path, uint32* dirty);
37 bool IncrementDirty(const base::FilePath& usage_file_path);
38 bool DecrementDirty(const base::FilePath& usage_file_path);
42 bool Invalidate(const base::FilePath& usage_file_path);
43 bool IsValid(const base::FilePath& usage_file_path);
46 bool UpdateUsage(const base::FilePath& usage_file_path, int64 fs_usage);
50 bool AtomicUpdateUsageByDelta(const base::FilePath& usage_file_path,
53 bool Exists(const base::FilePath& usage_file_path);
54 bool Delete(const base::FilePath& usage_file_path);
68 bool Read(const base::FilePath& usage_file_path,
73 bool Write(const base::FilePath& usage_file_path,