HomeSort by relevance Sort by last modified time
    Searched refs:file_data (Results 1 - 25 of 44) sorted by null

1 2

  /device/google/dragon/recovery/updater/
flash_file.cpp 34 struct file_data { struct
40 static void *file_blob_open(struct file_data *dev, const Value *param)
52 struct file_data *dev = static_cast<struct file_data*>(calloc(1, sizeof(struct file_data)));
96 struct file_data *dev = static_cast<struct file_data*>(hnd);
107 struct file_data *dev = static_cast<struct file_data*>(hnd);
122 struct file_data *dev = static_cast<struct file_data*>(hnd)
    [all...]
  /external/skia/gn/
gypi_to_gn.py 104 file_data = eval(file_string, {'__builtins__': None}, None)
111 assert isinstance(file_data, dict), "%s does not eval to a dictionary" % path
114 if 'variables' in file_data:
115 file_data.update(file_data['variables'])
116 del file_data['variables']
127 if element in file_data:
128 del file_data[element]
130 return file_data
  /bootable/recovery/
fuse_sdcard_provider.cpp 30 struct file_data { struct
38 file_data* fd = reinterpret_cast<file_data*>(cookie);
55 file_data* fd = reinterpret_cast<file_data*>(cookie);
66 file_data fd;
  /system/tpm/tpm_manager/server/
local_data_store_impl.cc 50 std::string file_data; local
51 if (!ReadFileToString(path, &file_data)) {
55 if (!data->ParseFromString(file_data)) {
63 std::string file_data; local
64 if (!data.SerializeToString(&file_data)) {
73 if (!base::ImportantFileWriter::WriteFileAtomically(path, file_data)) {
  /external/google-breakpad/src/testing/gtest/xcode/Scripts/
versiongenerate.py 84 file_data = """//
99 version_file.write(file_data)
  /external/googletest/googletest/xcode/Scripts/
versiongenerate.py 84 file_data = """//
99 version_file.write(file_data)
  /external/protobuf/gtest/xcode/Scripts/
versiongenerate.py 84 file_data = """//
99 version_file.write(file_data)
  /external/syslinux/com32/modules/
hexdump.c 32 void *file_data; local
90 if (loadfile(filename, &file_data, &file_sz)) {
96 file_data = malloc(file_sz);
97 if (!file_data) {
111 cur_pos = file_data;
115 len = fread(file_data, 1, file_sz, f);
116 cur_pos = file_data;
145 free(file_data);
  /external/v8/testing/gtest/xcode/Scripts/
versiongenerate.py 84 file_data = """//
99 version_file.write(file_data)
  /external/vulkan-validation-layers/tests/gtest-1.7.0/xcode/Scripts/
versiongenerate.py 84 file_data = """//
99 version_file.write(file_data)
  /external/elfutils/libelf/
elf_getarsym.c 204 void *file_data; /* unit32_t[n] or uint64_t[n] */ local
216 file_data = temp_data;
233 if ((size_t) pread_retry (elf->fildes, file_data, sz, off) != sz
249 file_data = (void *) (elf->map_address + off);
251 && ((uintptr_t) file_data & -(uintptr_t) n) != 0)
259 file_data = memcpy (temp_data, elf->map_address + off, sz);
266 uint64_t (*u64)[n] = file_data;
267 uint32_t (*u32)[n] = file_data;
  /external/v8/gypfiles/
gyp_environment.py 27 file_data = eval(file_contents, {'__builtins__': None}, None)
38 val = file_data.get(var)
  /bionic/tests/
sys_prctl_test.cpp 43 std::string file_data; local
44 ASSERT_TRUE(android::base::ReadFileToString("/proc/self/maps", &file_data));
47 std::vector<std::string> lines = android::base::Split(file_data, "\n");
  /device/google/contexthub/util/nanotool/
calibrationfile.cpp 50 auto file_data = std::vector<char>(file_size); local
52 ssize_t bytes_read = file_->read(file_data.data(), file_size);
59 sp<JSONCompound> json = JSONCompound::Parse(file_data.data(), file_size);
  /external/libbrillo/brillo/
key_value_store.cc 41 string file_data; local
42 if (!base::ReadFileToString(path, &file_data))
44 return LoadFromString(file_data);
  /external/protobuf/src/google/protobuf/compiler/java/
java_shared_code_generator.cc 122 string file_data; local
123 file_proto.SerializeToString(&file_data);
131 for (int i = 0; i < file_data.size(); i += kBytesPerLine) {
142 "data", CEscape(file_data.substr(i, kBytesPerLine)));
java_file.cc 125 const string& file_data) {
142 GOOGLE_CHECK(dynamic_file_proto->ParseFromString(file_data));
415 string file_data; local
416 file_proto.SerializeToString(&file_data);
418 CollectExtensions(file_proto, *file_->pool(), &extensions, file_data);
486 string file_data; local
487 file_proto.SerializeToString(&file_data);
489 CollectExtensions(file_proto, *file_->pool(), &extensions, file_data);
  /external/curl/lib/
ftplistparser.c 168 struct curl_fileinfo *file_data; member in struct:ftp_parselist_data
271 if(parser->file_data)
272 Curl_fileinfo_dtor(NULL, parser->file_data);
273 parser->file_data = NULL;
321 tmpdata->parser->file_data = NULL;
329 tmpdata->parser->file_data = NULL;
363 if(!parser->file_data) { /* tmp file data is not allocated yet */
364 parser->file_data = Curl_fileinfo_alloc();
365 if(!parser->file_data) {
369 parser->file_data->b_data = malloc(FTP_BUFFER_ALLOCSIZE)
    [all...]
  /system/update_engine/payload_generator/
mapfile_filesystem.cc 83 string file_data; local
84 if (!base::ReadFileToString(base::FilePath(mapfile_filename_), &file_data)) {
92 file_data, "\n", base::KEEP_WHITESPACE, base::SPLIT_WANT_ALL);
delta_diff_utils_unittest.cc 91 brillo::Blob file_data(part.size);
99 file_data.begin() + i * block_size);
101 return test_utils::WriteFileVector(part.path, file_data);
227 brillo::Blob file_data; local
229 file_data.resize(file_data.size() + kBlockSize, 'a' + i);
232 EXPECT_TRUE(WriteExtents(old_part_.path, old_extents, kBlockSize, file_data));
233 EXPECT_TRUE(WriteExtents(new_part_.path, new_extents, kBlockSize, file_data));
577 brillo::Blob file_data(block_size_ * 10, 'a');
578 for (size_t offset = 0; offset < file_data.size(); offset += block_size_
    [all...]
  /external/syslinux/com32/lua/src/
syslinux.c 185 void *kernel_data, *file_data; local
289 void *file_data; local
292 if (loadfile(filename, &file_data, &file_len)) {
300 file->data = file_data;
358 void *file_data = NULL; local
361 return initramfs_add_file(initramfs, file_data, file_len, file_len,
  /build/make/tools/releasetools/
validate_target_files.py 56 file_data = f.read()
57 file_size = len(file_data)
60 file_data += '\0' * (file_size_rounded_up - file_size)
61 return common.File(file_name, file_data)
  /prebuilts/ndk/r13/sources/third_party/shaderc/third_party/glslang/glslang/Public/
ShaderLang.h 329 IncludeResult(const std::string& file_name, const char* const file_data, const size_t file_length, void* user_data) :
330 file_name(file_name), file_data(file_data), file_length(file_length), user_data(user_data) { }
339 // For a failed inclusion, the file_data
341 const char* const file_data; member in struct:glslang::TShader::Includer::IncludeResult
355 // file_data field. The Includer retains ownership of the contents
  /packages/services/Car/tools/bootio/
bootio_collector.cpp 351 std::string file_data; local
352 if (!data->SerializeToString(&file_data)) {
356 if (!android::base::WriteStringToFile(file_data, getStoragePath())) {
362 std::string file_data; local
363 if (!android::base::ReadFileToString(getStoragePath(), &file_data)) {
368 if (!data->ParsePartialFromString(file_data)) {
  /external/jdiff/src/jdiff/
DiffMyers.java 55 filevec[0] = new file_data(a,h);
56 filevec[1] = new file_data(b,h);
82 private final file_data[] filevec = new file_data[2];
510 class file_data { class in class:DiffMyers
545 void discard_confusing_lines(file_data f) {
723 file_data(Object[] data,Hashtable h) { method in class:DiffMyers.file_data
752 void shift_boundaries(file_data f) {

Completed in 950 milliseconds

1 2