Home
last modified time | relevance | path

Searched refs:ARCHIVE_PATH (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-debug-collector/tools/dreport.d/include.d/
H A Dfunctions41 # @return Sets ARCHIVE_PATH to the created archive path
58 ARCHIVE_PATH="$archive_file"
162 size=$(stat -c%s "$ARCHIVE_PATH")
165 rm "$source" "$ARCHIVE_PATH"
168 rm "$ARCHIVE_PATH"
/openbmc/phosphor-debug-collector/tools/dreport.d/
H A Ddreport241 cat "$ARCHIVE_PATH" | tee -a "/tmp/dumpheader_$EPOCHTIME" > /dev/null
242 mv "/tmp/dumpheader_$EPOCHTIME" "$ARCHIVE_PATH"
265 if ! cp "$ARCHIVE_PATH" "$dump_dir"; then
266 echo "Failed to copy the $ARCHIVE_PATH to $dump_dir"
267 rm "$ARCHIVE_PATH"
272 rm "$ARCHIVE_PATH"