HomeSort by relevance Sort by last modified time
    Searched defs:target_file (Results 1 - 5 of 5) sorted by null

  /bootable/recovery/applypatch/
applypatch.cpp 257 FileContents target_file; local
259 return (ReadPartitionToBuffer(target, &target_file, false) ||
273 FileContents target_file; local
274 if (ReadPartitionToBuffer(target, &target_file, false)) {
294 FileContents target_file; local
295 if (ReadPartitionToBuffer(partition, &target_file, false)) {
425 FileContents target_file; local
426 return ReadPartitionToBuffer(partition, &target_file, false);
  /bootable/recovery/tests/unit/
applypatch_test.cpp 55 target_file = from_testdata_base("recovery.img");
57 ASSERT_TRUE(LoadFileContents(target_file, &recovery_fc));
80 std::string target_file; member in class:ApplyPatchTest
119 PatchPartitionCheck(target_partition, Partition(target_file, source_size, source_sha1)));
123 PatchPartitionCheck(target_partition, Partition(target_file, source_size, source_sha1)));
128 PatchPartitionCheck(target_partition, Partition(target_file, source_size, source_sha1)));
130 Paths::Get().set_cache_temp_source(target_file);
132 PatchPartitionCheck(target_partition, Partition(target_file, source_size, source_sha1)));
  /external/python/cpython2/Lib/plat-mac/lib-scriptpackages/CodeWarrior/
CodeWarrior_suite.py 336 class target_file(aetools.ComponentItem): class in inherits:aetools.ComponentItem
404 target_files = target_file
528 target_file._superclassnames = []
529 target_file._privpropdict = {
547 target_file._privelemdict = {
568 'target_file' : target_file,
640 'SRCF' : target_file,
  /external/tensorflow/tensorflow/core/platform/
env.cc 442 std::unique_ptr<WritableFile> target_file; local
443 TF_RETURN_IF_ERROR(target_fs->NewWritableFile(target, &target_file));
454 TF_RETURN_IF_ERROR(target_file->Append(result));
457 return target_file->Close();
  /external/guice/extensions/persist/lib/
antlr-2.7.5h3.jar 

Completed in 435 milliseconds