OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rcfile
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Tools/Scripts/
bisect-builds
294
my $
rcfile
= File::Spec->catdir($ENV{HOME}, ".bisect-buildsrc");
295
return if !-f $
rcfile
;
297
my $result = do $
rcfile
;
298
die "Could not parse $
rcfile
: $@" if $@;
/external/qemu-pc-bios/bochs/
bochs.h
126
int bx_read_configuration(const char *
rcfile
);
127
int bx_write_configuration(const char *
rcfile
, int overwrite);
Completed in 148 milliseconds