OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:partition_value
(Results
1 - 1
of
1
) sorted by null
/bootable/recovery/updater/
install.c
789
Value*
partition_value
;
local
791
if (ReadValueArgs(state, argv, 2, &contents, &
partition_value
) < 0) {
795
if (
partition_value
->type != VAL_STRING) {
799
char* partition =
partition_value
->data;
870
if (result != partition) FreeValue(
partition_value
);
[
all
...]
Completed in 71 milliseconds