Home
last modified time | relevance | path

Searched refs:cut (Results 1 – 10 of 10) sorted by relevance

/system/update_engine/payload_generator/
Dinplace_generator.cc332 for (const CutEdgeVertexes& cut : cuts) { in ConvertCutsToFull() local
335 cut, in ConvertCutsToFull()
338 deleted_nodes.insert(cut.new_vertex); in ConvertCutsToFull()
455 const CutEdgeVertexes& cut = cuts[i]; in AssignBlockForAdjoiningCuts() local
462 cut.tmp_extents, in AssignBlockForAdjoiningCuts()
468 InstallOperation* op = &(*graph)[cut.new_vertex].aop.op; in AssignBlockForAdjoiningCuts()
553 const CutEdgeVertexes& cut, in ConvertCutToFullOp() argument
559 if ((*graph)[cut.old_dst].aop.op.type() != InstallOperation::REPLACE_BZ && in ConvertCutToFullOp()
560 (*graph)[cut.old_dst].aop.op.type() != InstallOperation::REPLACE) { in ConvertCutToFullOp()
561 Vertex::EdgeMap out_edges = (*graph)[cut.old_dst].out_edges; in ConvertCutToFullOp()
[all …]
Dinplace_generator.h149 const CutEdgeVertexes& cut,
/system/update_engine/init/
Dupdate-engine.conf38 echo $(status | cut -f 4 -d ' ') > "${cgroup_dir}/tasks"
/system/extras/tests/sdcard/
Dprofile_sdcard.sh41 local t=$(grep 'write_total' /tmp/tmp-sdcard.txt | tail -n 1 | cut -f 6 -d ' ')
/system/core/crash_reporter/
DTEST_WARNING8 Apr 31 25:25:25 localhost kernel: [117959.231085] ------------[ cut here ]------------
20 Apr 31 25:25:25 localhost kernel: [117959.231450] ------------[ cut here ]------------
Dcrash_sender246 echo "$1" | cut -d. -f-4
297 cut -d '=' -f1 "${file}" | grep --color=never "${regex}"
/system/connectivity/shill/bin/
Dff_debug24 FF_TAGLIST=`${SEND_FF_CMD}.ListDebugTags | sed -e '/string/!d; s/[[:space:]]\+/ /g' | cut -d "\"" -…
70 …${SEND_FF_CMD}.GetDebugTags 2>/dev/null | sed -e '/string/!d; s/[[:space:]]\+/ /g' | cut -d "\"" -…
78 …${SEND_FF_CMD}.GetDebugLevel 2>/dev/null | sed -e '/int32/!d; s/[[:space:]]\+/ /g' | cut -d " " -f…
Dwpa_debug56 $set_cmd | sed -e '/string/!d; s/[[:space:]]\+/ /g' | cut -d "\"" -f 2
/system/extras/tests/workloads/
Dpwrsummary.sh153 lines=$(wc -l $file 2>/dev/null | cut -f1 -d\ )
/system/update_engine/scripts/
Dbrillo_update_payload214 if value=$(echo "${value}" | cut -f 2- -d "=" | grep -E "^[0-9]+$"); then