OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:config_path
(Results
1 - 5
of
5
) sorted by null
/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/webkit/Tools/iExploder/iexploder-1.7.2/src/
webserver.rb
118
def start_server(port,
config_path
, log_path)
119
puts "* iExploder #{$VERSION} is loading (config=#{
config_path
}, port=#{port})"
121
$INSTANCE = IExploder.new(
config_path
)
123
config = YAML::load(File.open(
config_path
))
148
:
config_path
=> 'config.yaml',
155
opts.on( '-c', '--config PATH', 'Use PATH for configuration file' ) { |path| options[:
config_path
] = path }
160
start_server(options[:port], options[:
config_path
], options[:log_path])
browser_harness.rb
36
def initialize(port,
config_path
, log_dir, test_dir, watchdog_timer, scan_timer)
46
@
config_path
=
config_path
48
@ie = IExploder.new(@
config_path
)
70
args = ['./webserver.rb', "-p#{@port}", "-c#{@
config_path
}", "-l#{@server_log_path}"]
349
:
config_path
=> 'config.yaml',
357
opts.on( '-c', '--config PATH', 'Use PATH for configuration file' ) { |path| options[:
config_path
] = path }
381
options[:
config_path
],
iexploder.rb
52
def initialize(
config_path
)
53
@config = YAML::load(File.open(
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
...]
Completed in 64 milliseconds