Home
last modified time | relevance | path

Searched refs:try_noatime (Results 1 – 6 of 6) sorted by relevance

/dports/www/xapian-omega12/xapian-omega-1.2.25/
H A Dmd5wrap.cc42 md5_file(const string &file_name, string &md5, bool try_noatime) in md5_file() argument
46 if (try_noatime) mode |= O_NOATIME; in md5_file()
48 (void)try_noatime; in md5_file()
H A Ddiritor.h200 bool try_noatime() { in try_noatime() function
220 if (try_noatime()) flags |= NOATIME; in file_to_string()
H A Dmd5wrap.h25 bool md5_file(const std::string &file_name, std::string &md5, bool try_noatime);
H A Domindex.cc797 if (md5.empty() && md5_file(file, md5, d.try_noatime()) == 0) { in index_file()
/dports/www/xapian-omega/xapian-omega-1.4.18/
H A Ddiritor.h230 bool try_noatime() { in try_noatime() function
H A Ddiritor.cc105 if (try_noatime()) mode |= O_NOATIME; in open_fd()