HomeSort by relevance Sort by last modified time
    Searched full:path_parser (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/chrome/browser/policy/
BUILD.gn 5 static_library("path_parser") {
policy_path_parser_unittest.cc 18 path_parser::ExpandPathVariables(var);
33 path_parser::ExpandPathVariables(no_vars);
39 path_parser::ExpandPathVariables(unknown_vars);
49 path_parser::ExpandPathVariables(single_quotes);
51 quotes_result = path_parser::ExpandPathVariables(double_quotes);
58 path_parser::ExpandPathVariables(vars);
66 vars_result = path_parser::ExpandPathVariables(vars);
73 vars_result = path_parser::ExpandPathVariables(vars);
policy_path_parser_linux.cc 15 namespace path_parser { namespace in namespace:policy
62 } // namespace path_parser
policy_path_parser_mac.mm 22 namespace path_parser {
108 string_value = policy::path_parser::ExpandPathVariables(string_value);
113 } // namespace path_parser
policy_path_parser.h 14 namespace path_parser { namespace in namespace:policy
63 } // namespace path_parser
policy_path_parser_win.cc 25 *dir = base::FilePath(policy::path_parser::ExpandPathVariables(value));
62 namespace path_parser { namespace in namespace:policy
136 } // namespace path_parser
  /external/chromium_org/chrome/browser/net/
disk_cache_dir_policy_handler.cc 28 policy::path_parser::ExpandPathVariables(string_value);
  /external/chromium_org/chrome/browser/download/
download_dir_policy_handler.cc 73 // TODO(kaliamoorthi): Clean up policy::path_parser and fold this code
93 expanded_value = policy::path_parser::ExpandPathVariables(string_value);
  /external/chromium_org/chrome/app/
chrome_exe_main_win.cc 72 policy::path_parser::CheckUserDataDirPolicy(&user_data_dir);
chrome_main_delegate.cc 333 policy::path_parser::CheckUserDataDirPolicy(&user_data_dir);
    [all...]
  /external/chromium_org/chrome/browser/
shell_integration.cc 94 policy::path_parser::CheckUserDataDirPolicy(&user_data_dir);
BUILD.gn 304 "//chrome/browser/policy:path_parser",
shell_integration_win.cc 102 policy::path_parser::CheckUserDataDirPolicy(&user_data_dir);

Completed in 1211 milliseconds