OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kernel_path
(Results
1 - 6
of
6
) 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
608
def _kernel_dump(self, section,
kernel_path
):
612
@param
kernel_path
: The path to the kernel image to be written.
614
self._kernel_handler.dump_kernel(section,
kernel_path
)
616
def _kernel_write(self, section,
kernel_path
):
620
@param
kernel_path
: The path to the kernel image.
622
self._kernel_handler.write_kernel(section,
kernel_path
)
/external/autotest/client/bin/
kernel.py
858
for
kernel_path
in kernel_paths:
859
if os.path.exists(
kernel_path
):
860
rpm_paths.append(
kernel_path
)
864
rpm_name = os.path.basename(
kernel_path
)
866
# If the preprocessed path (
kernel_path
) is only a name then
870
repo_url=os.path.dirname(
kernel_path
))
/external/autotest/client/tools/
boottool
[
all
...]
Completed in 895 milliseconds