OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LOG_FILE
(Results
1 - 13
of
13
) sorted by null
/system/core/logwrapper/include/logwrap/
logwrap.h
48
* log), or
LOG_FILE
(and you need to specify a pathname in the
54
* file_path: if log_target has the
LOG_FILE
bit set, then this parameter
69
#define
LOG_FILE
4
/external/chromium_org/remoting/host/installer/mac/Scripts/
remoting_postflight.sh
18
LOG_FILE
=/var/log/org.chromium.chromoting.log
81
touch "$
LOG_FILE
"
82
chown :admin "$
LOG_FILE
"
83
chmod 660 "$
LOG_FILE
"
/development/cmds/monkey/src/com/android/commands/monkey/
MonkeyGetAppFrameRateEvent.java
51
private static final String
LOG_FILE
= new File(Environment.getExternalStorageDirectory(),
91
Log.w(TAG, "file: " +
LOG_FILE
);
92
writer = new FileWriter(
LOG_FILE
, true); // true = append
MonkeyPowerEvent.java
36
private static final String
LOG_FILE
= "/sdcard/autotester.log";
119
writer = new FileWriter(
LOG_FILE
, true); // true = append
MonkeyGetFrameRateEvent.java
50
private static final String
LOG_FILE
= "/sdcard/avgFrameRateOut.txt";
83
writer = new FileWriter(
LOG_FILE
, true); // true = append
/packages/apps/Mms/tests/SmsAutoReply/src/com/android/smsautoreply/
AutoReplyActivity.java
44
private static final String
LOG_FILE
= "received_sms_log.txt";
76
File logFile = new File(Environment.getExternalStorageDirectory(),
LOG_FILE
);
/system/core/logwrapper/
logwrap.c
168
if (log_info->log_target &
LOG_FILE
) {
335
if ((log_target &
LOG_FILE
) && !file_path) {
336
/* No file_path specified, clear the
LOG_FILE
bit */
337
log_target &= ~
LOG_FILE
;
340
if (log_target &
LOG_FILE
) {
344
log_target &= ~
LOG_FILE
;
458
if (log_target &
LOG_FILE
) {
/ndk/build/tools/
build-mingw64-toolchain.sh
37
LOG_FILE
=/dev/null
72
echo "COMMAND: >>>> $@" >> $
LOG_FILE
86
if [ "$
LOG_FILE
" ]; then
87
echo "$@" >> $
LOG_FILE
271
LOG_FILE
=$TEMP_DIR/build.log
272
rm -f $
LOG_FILE
&& touch $
LOG_FILE
274
echo "To follow build, use in another terminal: tail -F $
LOG_FILE
"
/frameworks/base/core/java/android/os/
RecoverySystem.java
74
private static File
LOG_FILE
= new File(RECOVERY_DIR, "log");
387
LOG_FILE
.delete();
411
// Record the tail of the
LOG_FILE
414
log = FileUtils.readTextFile(
LOG_FILE
, -LOG_FILE_MAX_LENGTH, "...\n");
/prebuilts/tools/common/m2/internal/org/slf4j/slf4j-simple/1.7.2/
slf4j-simple-1.7.2.jar
/bootable/recovery/
recovery.cpp
67
static const char *
LOG_FILE
= "/cache/recovery/log";
291
copy_log_file(TEMPORARY_LOG_FILE,
LOG_FILE
, true);
294
chmod(
LOG_FILE
, 0600);
295
chown(
LOG_FILE
, 1000, 1000); // system user
[
all
...]
/external/oprofile/utils/
opcontrol
291
LOG_FILE
="$SAMPLES_DIR/oprofiled.log"
[
all
...]
/system/core/fs_mgr/
fs_mgr.c
493
&status, true, LOG_KLOG |
LOG_FILE
,
Completed in 786 milliseconds