Home
last modified time | relevance | path

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

/device/google/contexthub/firmware/lib/libc/
Dstrlen.c58 int scratch; in strlen() local
67 : "=&r" (len), "=&r" (scratch) : "r" (str) : "memory", "cc"); in strlen()
75 : "=&r" (end), "=&r" (scratch) : "0" (str) : "memory", "cc"); in strlen()
/device/google/cuttlefish/tools/
Dcreate_base_image_hostlib.sh105 "${PZ[@]}" "${FLAGS_dest_image}" || echo No scratch disk
Dcreate_base_image.go261 gce(WarnOnFail, `compute disks delete -q `+PZ+` "`+dest_image+`"`, `No scratch disk`)
337 `"`, `No scratch disk`)
/device/generic/car/tools/
DREADME.md49 * Deleting the WORKDIR will let the script create it from scratch next time as the 1st run.
/device/google/cuttlefish_vmm/qemu/
DREADME.md3 This is a build of QEMU8 from scratch on Linux, using AOSP-specific compiler