Searched refs:file_locations (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/printing/backend/
H A Dcups_helper.cc106 std::vector<base::FilePath> file_locations; local
107 file_locations.push_back(base::FilePath(kSystemLpOptionPath));
110 file_locations.push_back(base::FilePath(homedir.Append(kUserLpOptionPath)));
112 for (std::vector<base::FilePath>::const_iterator it = file_locations.begin();
113 it != file_locations.end(); ++it) {

Completed in 83 milliseconds