OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:semicolon_pos
(Results
1 - 1
of
1
) sorted by null
/frameworks/av/media/libmediaplayerservice/
StagefrightRecorder.cpp
882
const char *
semicolon_pos
= strchr(value_start, ';');
local
884
if (
semicolon_pos
== NULL) {
887
value.setTo(value_start,
semicolon_pos
- value_start);
892
if (
semicolon_pos
== NULL) {
895
key_start =
semicolon_pos
+ 1;
[
all
...]
Completed in 868 milliseconds