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

  /external/chromium_org/build/linux/
pkg-config-wrapper 39 config_path=$root/usr/$libpath/pkgconfig:$root/usr/share/pkgconfig
44 config_path="$PKG_CONFIG_PATH:$config_path"
55 prefix=`PKG_CONFIG_PATH=$config_path pkg-config --variable=prefix "$package" | sed -e 's|/usr$||'`
56 result=`PKG_CONFIG_PATH=$config_path pkg-config "$@"`
  /external/chromium/build/linux/
pkg-config-wrapper 26 config_path=$root/usr/lib/pkgconfig:$root/usr/share/pkgconfig
35 prefix=`PKG_CONFIG_PATH=$config_path pkg-config --variable=prefix "$package" | sed -e 's|/usr$||'`
36 result=`PKG_CONFIG_PATH=$config_path pkg-config "$@"`
  /external/chromium_org/remoting/host/
config_file_watcher.h 46 // Starts watching |config_path|.
47 void Watch(const base::FilePath& config_path);
config_file_watcher.cc 41 // Starts watching |config_path|.
42 void Watch(const base::FilePath& config_path);
95 void ConfigFileWatcher::Watch(const base::FilePath& config_path) {
96 impl_->Watch(config_path);
111 void ConfigFileWatcherImpl::Watch(const base::FilePath& config_path) {
115 base::Bind(&ConfigFileWatcherImpl::Watch, this, config_path));
131 config_path_ = config_path;
daemon_process.cc 259 base::FilePath config_path = default_config_dir.Append(kDefaultHostConfigFile); local
262 config_path = command_line->GetSwitchValuePath(kHostConfigSwitchName);
269 config_watcher_->Watch(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')
87 with codecs.open(self.config_path, 'w', 'utf-8') as f:
96 ['-D', '-f', self.config_path,
  /external/chromium_org/chrome/browser/chromeos/mobile/
mobile_activator.cc 91 base::FilePath config_path(kCellularConfigPath);
92 if (!base::PathExists(config_path))
95 if (LoadFromFile(config_path))
110 bool CellularConfigDocument::LoadFromFile(const base::FilePath& config_path) {
112 if (!file_util::ReadFileToString(config_path, &config))
    [all...]
mobile_activator.h 40 bool LoadFromFile(const base::FilePath& config_path);
  /external/chromium/chrome/browser/ui/webui/chromeos/
mobile_setup_ui.cc 123 bool LoadFromFile(const FilePath& config_path);
346 bool CellularConfigDocument::LoadFromFile(const FilePath& config_path) {
354 if (!file_util::ReadFileToString(config_path, &config))
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/checkout/scm/
git.py 293 config_path = self._filesystem.dirname(self._filesystem.path_to_module('webkitpy.common.config'))
294 order_file = self._filesystem.join(config_path, 'orderfile')
  /external/chromium_org/tools/
bisect-perf-regression.py     [all...]

Completed in 634 milliseconds