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

  /external/chromium/base/
file_util_win.cc 340 DWORD fileattr = GetFileAttributes(path.value().c_str()); local
341 if (fileattr != INVALID_FILE_ATTRIBUTES)
342 return (fileattr & FILE_ATTRIBUTE_DIRECTORY) != 0;
661 DWORD fileattr = ::GetFileAttributes(full_path_str); local
662 if (fileattr != INVALID_FILE_ATTRIBUTES) {
663 if ((fileattr & FILE_ATTRIBUTE_DIRECTORY) != 0) {
    [all...]
  /external/valgrind/main/coregrind/m_syswrap/
syswrap-darwin.c 2417 static const attrspec fileattr[] = { local
    [all...]

Completed in 144 milliseconds