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

  /external/chromium_org/build/linux/
pkg-config-wrapper 41 config_path=$root/usr/$libpath/pkgconfig:$root/usr/share/pkgconfig
46 config_path="$PKG_CONFIG_PATH:$config_path"
57 prefix=`PKG_CONFIG_PATH=$config_path pkg-config --variable=prefix "$package" | sed -e 's|/usr$||'`
58 result=`PKG_CONFIG_PATH=$config_path pkg-config "$@"`
  /external/chromium_org/build/android/lint/
suppress.py 47 def _ParseConfigFile(config_path):
48 print 'Parsing %s' % config_path
50 dom = minidom.parse(config_path)
73 def _WriteConfigFile(config_path, issues_dict):
93 with open(config_path, 'w') as f:
95 print 'Updated %s' % config_path
98 def _Suppress(config_path, result_path):
99 issues_dict = _ParseConfigFile(config_path)
101 _WriteConfigFile(config_path, issues_dict)
  /external/chromium_org/remoting/host/
config_file_watcher.h 32 const base::FilePath& config_path);
config_file_watcher.cc 41 const base::FilePath& config_path);
92 const base::FilePath& config_path)
94 io_task_runner, config_path)) {
109 const base::FilePath& config_path)
110 : config_path_(config_path),
daemon_process.cc 265 base::FilePath config_path = default_config_dir.Append( local
268 config_path = command_line->GetSwitchValuePath(kHostConfigSwitchName);
271 caller_task_runner(), io_task_runner(), config_path));
  /external/chromium_org/chrome/browser/media/
wv_test_license_server_config.cc 63 base::FilePath config_path = server_root.Append(kLicenseServerConfigDirName); local
65 if (!base::PathExists(config_path.Append(kKeysFileName)) ||
66 !base::PathExists(config_path.Append(kPoliciesFileName)) ||
67 !base::PathExists(config_path.Append(kProfilesFileName))) {
92 command_line->AppendArgPath(config_path.Append(kKeysFileName));
94 command_line->AppendArgPath(config_path.Append(kPoliciesFileName));
96 command_line->AppendArgPath(config_path.Append(kProfilesFileName));
  /external/chromium_org/build/config/linux/
pkg-config.py 57 config_path = sysroot + '/usr/' + libpath + '/pkgconfig'
58 config_path += ':' + sysroot + '/usr/share/pkgconfig'
60 os.environ['PKG_CONFIG_PATH'] += ':' + config_path
62 os.environ['PKG_CONFIG_PATH'] = config_path
  /external/chromium_org/chromecast/common/
chromecast_config.cc 38 base::FilePath config_path; local
39 CHECK(PathService::Get(FILE_CAST_CONFIG, &config_path));
40 return config_path;
  /external/chromium_org/build/android/gyp/
lint.py 22 def _RunLint(lint_path, config_path, processed_config_path, manifest_path,
34 if not build_utils.IsTimeStale(processed_config_path, [config_path]):
37 with open(config_path, 'rb') as f:
143 _RelativizePath(config_path),
174 options, parser, required=['lint_path', 'config_path',
191 rc = _RunLint(options.lint_path, options.config_path,
  /external/chromium_org/build/android/
lighttpd_server.py 41 config_path, error_log, access_log: Optional paths where the class should
48 config_path=None, error_log=None, access_log=None):
58 self.config_path = config_path or self._Mktmp('config')
88 with codecs.open(self.config_path, 'w', 'utf-8') as f:
97 ['-D', '-f', self.config_path,
  /external/chromium_org/tools/gyp/pylib/gyp/generator/
analyzer.py 7 the generator flag config_path) the path of a json file that dictates the files
213 config_path = generator_flags.get('config_path', None)
214 if not config_path:
217 f = open(config_path, 'r')
221 raise Exception('Unable to open file ' + config_path)
223 raise Exception('Unable to parse config file ' + config_path + str(e))
225 raise Exception('config_path must be a JSON file containing a dictionary')
517 raise Exception('Must specify files to analyze via config_path generator '
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.h 50 bool LoadFromFile(const base::FilePath& config_path);
mobile_activator.cc 106 base::FilePath config_path(kCellularConfigPath);
107 if (!base::PathExists(config_path))
110 if (LoadFromFile(config_path))
125 bool CellularConfigDocument::LoadFromFile(const base::FilePath& config_path) {
127 if (!base::ReadFileToString(config_path, &config))
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
git.py 223 config_path = self._filesystem.dirname(self._filesystem.path_to_module('webkitpy.common.config'))
224 order_file = self._filesystem.join(config_path, 'orderfile')
  /external/chromium_org/tools/auto_bisect/
bisect_perf_regression.py     [all...]

Completed in 389 milliseconds