Home | History | Annotate | Download | only in buffet

Lines Matching refs:FilePath

66 bool LoadFile(const base::FilePath& file_path,
82 base::FilePath dir{options.definitions.Append("traits")};
87 for (base::FilePath path = enumerator.Next(); !path.empty();
98 auto load_packages = [device](const base::FilePath& root,
99 const base::FilePath::StringType& pattern) {
100 base::FilePath dir{root.Append("commands")};
104 for (base::FilePath path = enumerator.Next(); !path.empty();
120 base::FilePath dir{options.definitions.Append("states")};
125 for (base::FilePath path = enumerator.Next(); !path.empty();
137 base::FilePath dir{options.definitions.Append("states")};
142 for (base::FilePath path = enumerator.Next(); !path.empty();