OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:width_string
(Results
1 - 1
of
1
) sorted by null
/device/htc/common/updater/
recovery_updater.c
45
Value*
width_string
;
local
52
&
width_string
, &height_string, &bpp_string,
88
if (
width_string
->type != VAL_STRING ||
89
(width = strtol(
width_string
->data, NULL, 10)) == 0) {
137
FreeValue(
width_string
);
Completed in 36 milliseconds