Lines Matching refs:FilePath
37 void DeleteEmptyDirectories(const base::FilePath& path) { in DeleteEmptyDirectories()
40 for (base::FilePath dir_path = path_enum.Next(); !dir_path.empty(); in DeleteEmptyDirectories()
157 bool Prefs::Init(const base::FilePath& prefs_dir) { in Init()
161 bool Prefs::FileStorage::Init(const base::FilePath& prefs_dir) { in Init()
169 base::FilePath filename; in GetKey()
179 base::FilePath filename; in GetSubKeys()
183 for (base::FilePath f = namespace_enum.Next(); !f.empty(); in GetSubKeys()
196 base::FilePath filename; in SetKey()
209 base::FilePath filename; in KeyExists()
215 base::FilePath filename; in DeleteKey()
226 base::FilePath* filename) const { in GetFileNameForKey()