OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:noModificationAllowedErrorMessage
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/WebKit/Source/core/fileapi/
FileError.h
64
static const char
noModificationAllowedErrorMessage
[];
FileError.cpp
42
const char FileError::
noModificationAllowedErrorMessage
[] = "An attempt was made to write to a file or directory which could not be modified due to the state of the underlying filesystem.";
105
return FileError::
noModificationAllowedErrorMessage
;
Completed in 33 milliseconds