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

  /external/libchrome/base/files/
file_enumerator.cc 18 !(INCLUDE_DOT_DOT & file_type_));
file_enumerator_posix.cc 48 file_type_(file_type) {
50 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
61 file_type_(file_type),
64 DCHECK(!(recursive && (INCLUDE_DOT_DOT & file_type_)));
89 if (!ReadDirectory(&entries, root_path_, file_type_ & SHOW_SYM_LINKS))
107 if ((S_ISDIR(i->stat_.st_mode) && (file_type_ & DIRECTORIES)) ||
108 (!S_ISDIR(i->stat_.st_mode) && (file_type_ & FILES)))
file_enumerator.h 150 int file_type_; member in class:base::FileEnumerator
  /external/google-breakpad/src/common/mac/
macho_reader.h 385 FileType file_type() const { return file_type_; }
444 FileType file_type_; // mach_header[_64].filetype member in class:google_breakpad::mach_o::Reader
macho_reader.cc 280 cursor >> cpu_type_ >> cpu_subtype_ >> file_type_ >> load_command_count_

Completed in 251 milliseconds