HomeSort by relevance Sort by last modified time
    Searched refs:check_root (Results 1 - 3 of 3) sorted by null

  /external/chromium/base/json/
json_reader.h 142 // If |check_root| is true, we require that the root object be an object or
146 Value* JsonToValue(const std::string& json, bool check_root,
json_reader.cc 145 Value* JSONReader::JsonToValue(const std::string& json, bool check_root,
172 scoped_ptr<Value> root(BuildValue(check_root));
  /external/e2fsprogs/e2fsck/
pass3.c 44 static void check_root(e2fsck_t ctx);
86 check_root(ctx);
141 static void check_root(e2fsck_t ctx) function

Completed in 293 milliseconds