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

  /external/chromium_org/chrome/installer/util/
installer_util_test_common.cc 31 return (SHFileOperation(&file_op) == 0 && !file_op.fAnyOperationsAborted);
  /external/chromium_org/third_party/libjingle/source/talk/base/
diskcache_win32.cc 86 if (0 != SHFileOperation(&file_op)) {
  /external/chromium_org/third_party/webrtc/base/
diskcache_win32.cc 69 if (0 != SHFileOperation(&file_op)) {
  /external/chromium_org/content/browser/download/
base_file_win.cc 55 // Maps the result of a call to |SHFileOperation()| onto a
59 // |SHFileOperation()|.
85 // appropriate flags were supplied to SHFileOperation.
292 // Renames a file using the SHFileOperation API to ensure that the target file
299 // The parameters to SHFileOperation must be terminated with 2 NULL chars.
313 int result = SHFileOperation(&move_info);
322 return LogInterruptReason("SHFileOperation", result, interrupt_reason);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
shellapi.h 205 #define SHFileOperation __MINGW_NAME_AW(SHFileOperation)
  /external/chromium_org/base/
file_util_win.cc 55 // On XP SHFileOperation will return ERROR_ACCESS_DENIED instead of
69 // to SHFileOperation, which will do the right thing.
87 int err = SHFileOperation(&file_operation);
92 // happen). See MSDN for SHFileOperation and SHFILEOPTSTRUCT.
139 // SHFileOperation(). This used to copy the file attributes and extended

Completed in 54 milliseconds