Home
last modified time | relevance | path

Searched refs:OSErrorToFileError (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/libchrome/base/files/
H A Dfile.h340 static Error OSErrorToFileError(DWORD last_error);
342 static Error OSErrorToFileError(int saved_errno);
H A Dfile_posix.cc404 File::Error File::OSErrorToFileError(int saved_errno) { in OSErrorToFileError() function in base::File
552 return base::File::OSErrorToFileError(errno); in GetLastFileError()
H A Dfile_util_posix.cc730 *error = File::OSErrorToFileError(saved_errno); in CreateDirectoryAndGetError()
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/gensrcs/external/libchrome/base/files/
Dfile.h343 static Error OSErrorToFileError(DWORD last_error);
345 static Error OSErrorToFileError(int saved_errno);
/aosp_15_r20/out/soong/.intermediates/external/libchrome/libchrome-include/gen/1/external/libchrome/base/files/
Dfile.h343 static Error OSErrorToFileError(DWORD last_error);
345 static Error OSErrorToFileError(int saved_errno);
/aosp_15_r20/external/cronet/base/files/
H A Dfile.h370 static Error OSErrorToFileError(DWORD last_error);
373 static Error OSErrorToFileError(int saved_errno);
H A Dfile_enumerator_posix.cc162 error_ = File::OSErrorToFileError(errno); in Next()
237 error_ = File::OSErrorToFileError(readdir_errno); in Next()
H A Dfile_win.cc325 File::Error File::OSErrorToFileError(DWORD last_error) { in OSErrorToFileError() function in base::File
497 return File::OSErrorToFileError(GetLastError()); in GetLastFileError()
H A Dfile_posix.cc486 File::Error File::OSErrorToFileError(int saved_errno) { in OSErrorToFileError() function in base::File
670 return base::File::OSErrorToFileError(errno); in GetLastFileError()
H A Dfile_enumerator_win.cc184 error_ = File::OSErrorToFileError(last_error); in Next()
H A Dfile_util_win.cc493 File::Error replace_error = File::OSErrorToFileError(GetLastError()); in ReplaceFile()
804 *error = File::OSErrorToFileError(error_code); in CreateDirectoryAndGetError()
H A Dfile_util_posix.cc837 *error = File::OSErrorToFileError(saved_errno); in CreateDirectoryAndGetError()
/aosp_15_r20/external/cronet/crypto/
H A Dnss_util_chromeos.cc621 base::File::Error error_code = base::File::OSErrorToFileError(errno); in PrintDirectoryInfo()