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

  /external/vboot_reference/tests/
cgptlib_test.c 36 #define KERNEL_B 1
    [all...]
  /external/autotest/client/common_lib/cros/
autoupdater.py 336 KERNEL_B = {'name': 'KERN-B', 'kernel': 4, 'root': 5}
381 return self.KERNEL_A, self.KERNEL_B
382 elif active_root == self.KERNEL_B['root']:
383 return self.KERNEL_B, self.KERNEL_A
398 @param kernel: information of the given kernel, KERNEL_A or KERNEL_B.
407 @param kernel: information of the given kernel, KERNEL_A or KERNEL_B.
416 @param kernel: information of the given kernel, KERNEL_A or KERNEL_B.

Completed in 414 milliseconds