HomeSort by relevance Sort by last modified time
    Searched refs:config_dir_path (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/policy/
browser_policy_connector.cc 109 FilePath config_dir_path;
110 if (PathService::Get(chrome::DIR_POLICY_FILES, &config_dir_path)) {
113 config_dir_path.Append(FILE_PATH_LITERAL("managed")));
127 FilePath config_dir_path; local
128 if (PathService::Get(chrome::DIR_POLICY_FILES, &config_dir_path)) {
131 config_dir_path.Append(FILE_PATH_LITERAL("recommended")));
  /external/chromium_org/chrome/browser/policy/
browser_policy_connector.cc 595 base::FilePath config_dir_path;
596 if (PathService::Get(chrome::DIR_POLICY_FILES, &config_dir_path)) {
599 config_dir_path,

Completed in 181 milliseconds