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

  /external/chromium_org/sandbox/win/src/
sandbox_nt_util.h 178 // Returns true if the file_rename_information structure is supported by our
180 bool IsSupportedRenameCall(FILE_RENAME_INFORMATION* file_info, DWORD length,
filesystem_dispatcher.cc 254 FILE_RENAME_INFORMATION* rename_info =
255 reinterpret_cast<FILE_RENAME_INFORMATION*>(info->Buffer());
filesystem_interception.cc 300 FILE_RENAME_INFORMATION* file_rename_info =
301 reinterpret_cast<FILE_RENAME_INFORMATION*>(file_info);
sandbox_nt_util.cc 511 bool IsSupportedRenameCall(FILE_RENAME_INFORMATION* file_info, DWORD length,
516 if (length < sizeof(FILE_RENAME_INFORMATION))
520 if (length - offsetof(FILE_RENAME_INFORMATION, FileName) <
nt_internals.h 171 } FILE_RENAME_INFORMATION, *PFILE_RENAME_INFORMATION;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winternl.h 395 } FILE_RENAME_INFORMATION, *PFILE_RENAME_INFORMATION;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h     [all...]

Completed in 145 milliseconds