Home
last modified time | relevance | path

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

/external/chromium/base/json/
Djson_reader.h122 Value* JsonToValue(const std::string& json, bool check_root,
Djson_reader.cc127 Value* JSONReader::JsonToValue(const std::string& json, bool check_root, in JsonToValue() argument
154 scoped_ptr<Value> root(BuildValue(check_root)); in JsonToValue()
/external/e2fsprogs/e2fsck/
Dpass3.c44 static void check_root(e2fsck_t ctx);
94 check_root(ctx); in e2fsck_pass3()
154 static void check_root(e2fsck_t ctx) in check_root() function