HomeSort by relevance Sort by last modified time
    Searched refs:kernel_path (Results 1 - 4 of 4) sorted by null

  /device/google/dragon-kernel/
push-kernel.sh 7 echo usage: $0 [artifact_path] [rootdir] [kernel_path]
11 echo kernel_path=src/partner_private/nvidia-kernel
20 kernel_path="$3"
21 if [ -z "$kernel_path" ]; then
22 kernel_path="src/third_party/kernel/v3.18"
65 newrev=$(gsutil.py cat ${gspath}/manifest.xml | grep "path=\"${kernel_path}\"" | sed -e 's/.*revision="\([0123456789abcdef]\+\).*/\1/')
  /external/autotest/client/cros/faft/utils/
rootfs_handler.py 34 kernel_path = self.os_if.join_part(self.root_dev,
40 'dd if=%s of=%s' % (kernel_path, self.kernel_dump_file))
kernel_handler.py 84 def dump_kernel(self, section, kernel_path):
88 @param kernel_path: The path to the kernel image.
92 dev, kernel_path, self.KERNEL_SIZE_MB)
95 def write_kernel(self, section, kernel_path):
99 @param kernel_path: The path to the kernel image to write.
103 kernel_path, dev, self.KERNEL_SIZE_MB)
  /external/autotest/client/cros/faft/
rpc_functions.py 607 def _kernel_dump(self, section, kernel_path):
611 @param kernel_path: The path to the kernel image to be written.
613 self._kernel_handler.dump_kernel(section, kernel_path)
615 def _kernel_write(self, section, kernel_path):
619 @param kernel_path: The path to the kernel image.
621 self._kernel_handler.write_kernel(section, kernel_path)

Completed in 151 milliseconds