OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FileContents
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/courgette/
base_test_unittest.cc
20
std::string BaseTest::
FileContents
(const char* file_name) const {
36
result +=
FileContents
(file_name->c_str());
/bootable/recovery/applypatch/
applypatch.h
35
}
FileContents
;
64
int LoadFileContents(const char* filename,
FileContents
* file,
66
int SaveFileContents(const char* filename, const
FileContents
* file);
67
void FreeFileContents(
FileContents
* file);
Completed in 38 milliseconds