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 237 KERNEL_B = {'name': 'KERN-B', 'kernel': 4, 'root': 5}
284 return self.KERNEL_A, self.KERNEL_B
285 elif active_root == self.KERNEL_B['root']:
286 return self.KERNEL_B, self.KERNEL_A
301 @param kernel: information of the given kernel, KERNEL_A or KERNEL_B.
310 @param kernel: information of the given kernel, KERNEL_A or KERNEL_B.
319 @param kernel: information of the given kernel, KERNEL_A or KERNEL_B.

Completed in 1965 milliseconds