Home
last modified time | relevance | path

Searched refs:EPOCHTIME (Results 1 – 5 of 5) sorted by relevance

/openbmc/openpower-debug-collector/dump/tools/opdump/
H A Dopdreport62 declare -x EPOCHTIME
63 EPOCHTIME=$(date +"%s")
72 dDay=$(date -d @"$EPOCHTIME" +'%Y%m%d%H%M%S')
111 content_path="/tmp/dump_${dump_id}_${EPOCHTIME}"
124 FILE="/tmp/dumpheader_${dump_id}_${EPOCHTIME}"
/openbmc/phosphor-debug-collector/tools/dreport.d/
H A Ddreport51 declare -rx EPOCHTIME=$(date +"%s")
169 log_summary "Epochtime: $EPOCHTIME"
182 name=$"obmcdump_"$dump_id"_$EPOCHTIME"
238 cat "$name_dir.tar.xz" | tee -a "/tmp/dumpheader_$EPOCHTIME" > /dev/null
239 mv "/tmp/dumpheader_$EPOCHTIME" "$name_dir.tar.xz"
/openbmc/phosphor-debug-collector/tools/dreport.d/plugins.d/
H A Dldapdump36 file_name=$"ldap_bmcdump_$EPOCHTIME"
/openbmc/openpower-debug-collector/dump/tools/bmcdump/scripts/
H A Dpackage18 FILE="/tmp/dumpheader_${dump_id}_${EPOCHTIME}"
/openbmc/openpower-debug-collector/dump/tools/common/include/
H A Dgendumpheader41 dDay=$(date -d @"$EPOCHTIME" +'%Y%m%d%H%M%S')