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

  /external/chromium_org/content/browser/fileapi/
recursive_operation_delegate_unittest.cc 30 PROCESS_DIRECTORY,
69 RecordLogEntry(LogEntry::PROCESS_DIRECTORY, url);
228 EXPECT_EQ(LoggingRecursiveOperation::LogEntry::PROCESS_DIRECTORY,
236 EXPECT_EQ(LoggingRecursiveOperation::LogEntry::PROCESS_DIRECTORY,
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 333 static int process_directory(int parent, const char *path, int fixstats) function
502 // NCB modified 10/9/2001 process_directory(1,full_name);
503 process_directory(newObj,full_name,fixstats);
659 error = process_directory(YAFFS_OBJECTID_ROOT,dir,fixstats);
mkyaffsimage.c 384 static int process_directory(int parent, const char *path) function
511 // NCB modified 10/9/2001 process_directory(1,full_name);
512 process_directory(newObj,full_name);
573 error = process_directory(YAFFS_OBJECTID_ROOT,argv[1]);

Completed in 43 milliseconds