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

  /system/extras/fatblock/
import.c 193 static int import_dir(struct fs *fs, char *path, int is_root,
294 d->size = sizeof(struct fat_dirent) * (count + (is_root ? 0 : 2));
302 if (is_root)
305 my_first_cluster = is_root ? 0 : out->first_cluster;
307 d->entries = malloc(sizeof(struct fat_dirent) * (count + (is_root ? 0 : 2)));
313 ch_dirent = &d->entries[i + (is_root ? 0 : 2)];
327 if (!is_root) {
  /cts/tools/utils/cts/
tools.py 39 def __init__(self, is_root=False):
40 self.is_root = is_root
75 self.root_suite = self.TestSuite(is_root=True)
  /external/chromium/base/json/
json_reader.h 157 // string. If |is_root| is true, we verify that the root element is either
159 Value* BuildValue(bool is_root);
json_reader.cc 198 Value* JSONReader::BuildValue(bool is_root) {
207 if (is_root && token.type != Token::OBJECT_BEGIN &&
  /external/chromium/net/base/
dnssec_chain_verifier.h 78 bool ReadDNSKEYs(std::vector<base::StringPiece>*, bool is_root);
dnssec_chain_verifier.cc 483 bool is_root) {
493 if (!is_root)
  /external/chromium/chrome/browser/bookmarks/
bookmark_model.h 310 bool is_root(const BookmarkNode* node) const { return node == &root_; } function in class:BookmarkModel
320 return is_root(node) ||
bookmark_model.cc 172 if (!loaded_ || !IsValidIndex(parent, index, false) || is_root(parent)) {
183 is_root(new_parent) || is_permanent_node(node)) {
222 is_root(new_parent) || is_permanent_node(node)) {
405 if (!loaded_ || !url.is_valid() || is_root(parent) ||
430 if (!parent || !parent->is_folder() || is_root(parent) ||
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 100 goto is_root;
149 is_root:
  /external/openssh/
channels.c     [all...]

Completed in 315 milliseconds