Home
last modified time | relevance | path

Searched refs:next_layer_path (Results 1 – 1 of 1) sorted by relevance

/external/libchrome-gestures/src/
Dactivity_replay.cc76 char next_layer_path[PATH_MAX]; in Parse() local
77 snprintf(next_layer_path, sizeof(next_layer_path), "%s.%s", in Parse()
83 if (root.isMember(next_layer_path)) { in Parse()
84 Json::Value next_layer_entries = root[next_layer_path]; in Parse()