OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileContents
(Results
1 - 14
of
14
) sorted by null
/external/chromium_org/courgette/
versioning_unittest.cc
23
std::string old_buffer =
FileContents
(src_file);
24
std::string new_buffer =
FileContents
(patch_file);
25
std::string expected_buffer =
FileContents
(expected_file);
base_test_unittest.h
16
std::string
FileContents
(const char* file_name) const;
base_test_unittest.cc
20
std::string BaseTest::
FileContents
(const char* file_name) const {
36
result +=
FileContents
(file_name->c_str());
bsdiff_memory_unittest.cc
111
std::string file1 =
FileContents
("en-US.dll");
116
std::string file1 =
FileContents
("setup1.exe");
117
std::string file2 =
FileContents
("setup2.exe");
122
std::string file1 =
FileContents
("elf-32-1");
123
std::string file2 =
FileContents
("elf-32-2");
disassembler_win32_x64_unittest.cc
18
std::string file1 =
FileContents
("chrome64_1.exe");
59
std::string file1 =
FileContents
("setup1.exe");
77
std::string file1 =
FileContents
("en-US-64.dll");
disassembler_win32_x86_unittest.cc
18
std::string file1 =
FileContents
("setup1.exe");
59
std::string file1 =
FileContents
("pe-64.exe");
77
std::string file1 =
FileContents
("en-US.dll");
encode_decode_unittest.cc
72
std::string file =
FileContents
("setup1.exe");
77
std::string file =
FileContents
("chrome64_1.exe");
82
std::string file =
FileContents
("elf-32-1");
disassembler_elf_32_x86_unittest.cc
20
std::string file1 =
FileContents
(file_name);
encoded_program_fuzz_unittest.cc
36
std::string file1 =
FileContents
(file_name);
/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);
main.c
76
FileContents
fc;
105
FileContents
fc;
applypatch.c
33
static int LoadPartitionContents(const char* filename,
FileContents
* file);
35
static int GenerateTarget(
FileContents
* source_file,
37
FileContents
* copy_file,
53
int LoadFileContents(const char* filename,
FileContents
* file,
124
//
FileContents
. filename should be a string of the form
140
static int LoadPartitionContents(const char* filename,
FileContents
* file) {
325
// Save the contents of the given
FileContents
object under the given
327
int SaveFileContents(const char* filename, const
FileContents
* file) {
575
FileContents
file;
725
FileContents
copy_file
[
all
...]
/external/chromium_org/ui/base/dragdrop/
os_exchange_data_win_unittest.cc
296
TEST(OSExchangeDataWinTest,
FileContents
) {
/bootable/recovery/updater/
install.c
421
// function (the char* returned is actually a
FileContents
*).
[
all
...]
Completed in 335 milliseconds