OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:update_package
(Results
1 - 3
of
3
) sorted by null
/bootable/recovery/
recovery.cpp
67
{ "
update_package
", required_argument, NULL, 'u' },
123
* --
update_package
=path - verify install an OTA package file
147
* 2. main system writes "--
update_package
=/cache/some-filename.zip"
149
* 4. get_args() writes BCB with "boot-recovery" and "--
update_package
=..."
1341
const char *
update_package
= NULL;
local
[
all
...]
/external/autotest/server/hosts/
sonic_host.py
263
self.run('echo --
update_package
>%s' % self.COMMAND_FILE,
/frameworks/base/core/java/android/os/
RecoverySystem.java
477
final String filenameArg = "--
update_package
=" + filename + "\n";
525
final String filenameArg = "--
update_package
=" + filename + "\n";
[
all
...]
Completed in 660 milliseconds