OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SetLogFile
(Results
1 - 4
of
4
) sorted by null
/external/skia/bench/
SkBenchLogger.cpp
21
bool SkBenchLogger::
SetLogFile
(const char *file) {
SkBenchLogger.h
33
bool
SetLogFile
(const char file[]);
46
* Log the progress of the bench tool to both stdout and the log file specified by
SetLogFile
,
55
* Log the progress of the bench tool to both stdout and the log file specified by
SetLogFile
,
benchmain.cpp
550
if (!logger.
SetLogFile
(*argv)) {
[
all
...]
/external/skia/tools/
bench_pictures_main.cpp
407
if (!gLogger.
SetLogFile
(FLAGS_logFile[0])) {
Completed in 225 milliseconds