Searched refs:path_result (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/content/public/test/
H A Dtest_file_error_injector.cc97 const base::FilePath& path_result) {
101 path_result : base::FilePath());
93 RenameErrorCallback( const DownloadFile::RenameCompletionCallback original_callback, DownloadInterruptReason overwrite_error, DownloadInterruptReason original_error, const base::FilePath& path_result) argument
/external/chromium_org/v8/src/base/platform/
H A Dplatform-win32.cc593 DWORD path_result = 0; local
594 path_result = GetTempPathA(MAX_PATH, tempPathBuffer);
595 if (path_result > MAX_PATH || path_result == 0) return NULL;

Completed in 1598 milliseconds