Home
last modified time | relevance | path

Searched defs:input_file (Results 1 – 25 of 25) sorted by relevance

/aosp12/build/make/tools/releasetools/
H A Dimg_from_target_files69 def LoadOptions(input_file): argument
89 def CopyZipEntries(input_file, output_file, entries): argument
107 def EntriesForUserImages(input_file): argument
143 def EntriesForSplitSuperImages(input_file): argument
161 def RebuildAndWriteSuperImages(input_file, output_file): argument
180 def ImgFromTargetFiles(input_file, output_file): argument
H A Dimg_from_target_files.py69 def LoadOptions(input_file): argument
89 def CopyZipEntries(input_file, output_file, entries): argument
107 def EntriesForUserImages(input_file): argument
143 def EntriesForSplitSuperImages(input_file): argument
161 def RebuildAndWriteSuperImages(input_file, output_file): argument
180 def ImgFromTargetFiles(input_file, output_file): argument
H A Dota_from_target_files667 def GetTargetFilesZipForSecondaryImages(input_file, skip_postinstall=False): argument
749 def GetTargetFilesZipWithoutPostinstallConfig(input_file): argument
779 def GetTargetFilesZipForPartialUpdates(input_file, ab_partitions): argument
850 def GetTargetFilesZipForRetrofitDynamicPartitions(input_file, argument
935 def GetTargetFilesZipForCustomImagesUpdates(input_file, custom_images): argument
H A Dota_from_target_files.py667 def GetTargetFilesZipForSecondaryImages(input_file, skip_postinstall=False): argument
749 def GetTargetFilesZipWithoutPostinstallConfig(input_file): argument
779 def GetTargetFilesZipForPartialUpdates(input_file, ab_partitions): argument
850 def GetTargetFilesZipForRetrofitDynamicPartitions(input_file, argument
935 def GetTargetFilesZipForCustomImagesUpdates(input_file, custom_images): argument
H A Dota_utils.py45 def FinalizeMetadata(metadata, input_file, output_file, needed_property_files): argument
66 def ComputeAllPropertyFiles(input_file, needed_property_files): argument
H A Dcommon.py683 def ReadFromInputFile(input_file, fn): argument
697 def ExtractFromInputFile(input_file, fn): argument
724 def LoadInfoDict(input_file, repacking=False): argument
903 def __init__(self, input_file, name, placeholder_values=None): argument
923 def FromInputFile(input_file, name, placeholder_values=None, ramdisk_format=RamdiskFormat.LZ4): argument
937 def _ReadBootPropFile(input_file, ramdisk_format): argument
954 def _ReadPartitionPropFile(input_file, name): argument
1108 def _FindAndLoadRecoveryFstab(info_dict, input_file, read_helper): argument
H A Dtest_utils.py226 def _verify_entries(self, input_file, tokens, entries): argument
H A Dapex_utils.py522 def GetApexInfoFromTargetFiles(input_file, partition, compressed_only=True): argument
/aosp12/system/sepolicy/build/
H A Dfile_utils.py33 def filter_out(pattern_files, input_file): argument
/aosp12/system/extras/simpleperf/
H A Dcmd_merge_test.cpp53 std::string input_file = GetTestData("perf.data"); in TEST() local
/aosp12/system/bt/gd/packet/parser/
H A Dgen_rust.cc64 const std::filesystem::path& input_file, in generate_rust_source_one_file()
H A Dmain.cc62 bool parse_declarations_one_file(const std::filesystem::path& input_file, Declarations* declaration… in parse_declarations_one_file()
H A Dgen_cpp.cc59 const std::filesystem::path& input_file, in generate_cpp_headers_one_file()
259 const std::filesystem::path& input_file, in generate_pybind11_sources_one_file()
/aosp12/bionic/libc/system_properties/
H A Dcontext_lookup_benchmark.cpp109 static std::string CreateSerializedTrie(const char* input_file) { in CreateSerializedTrie()
/aosp12/system/tools/aidl/
H A Daidl.cpp158 const string& input_file, const string& output_file) { in write_dep_file()
792 for (const string& input_file : options.InputFiles()) { in compile_aidl() local
852 for (const string& input_file : options.InputFiles()) { in dump_mappings() local
H A Daidl_unittest.cpp3824 const std::string input_file = "base/p/q/IFoo.aidl"; in TEST_F() local
/aosp12/art/tools/jvmti-agents/chain-agents/
H A Dchainagents.cc98 std::string input_file(options); in AgentStart() local
/aosp12/art/tools/create_minidebuginfo/
H A Dcreate_minidebuginfo.cc150 std::unique_ptr<File> input_file(OS::OpenFileForReading(input_filename)); in Main() local
/aosp12/frameworks/base/startop/scripts/app_startup/
H A Danalyze_metrics.py222 def from_file_group_by_labels(input_file): argument
/aosp12/art/dex2oat/
H A Ddex2oat.cc1334 MemMap input_file = zip_entry->MapDirectlyOrExtract( in OpenFile() local
2785 std::ifstream input_file(input_filename, std::ifstream::in); in ReadCommentedInputFromFile() local
2813 MemMap input_file = zip_entry->ExtractToMemMap(zip_filename, input_filename, error_msg); in ReadCommentedInputFromZip() local
/aosp12/art/libartbase/base/unix_file/
H A Dfd_file.cc473 bool FdFile::Copy(FdFile* input_file, int64_t offset, int64_t size) { in Copy()
/aosp12/system/sepolicy/tools/
H A Dcheck_seapp.c997 file_info *input_file; in handle_options() local
/aosp12/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp266 static bool CopyFileToFd(const std::string& input_file, int out_fd) { in CopyFileToFd()
320 static bool CopyFileToFile(const std::string& input_file, const std::string& output_file) { in CopyFileToFile()
/aosp12/art/profman/
H A Dprofman.cc1004 std::unique_ptr<std::ifstream> input_file(new std::ifstream(input_filename, std::ifstream::in)); in ReadCommentedInputFromFile() local
/aosp12/art/oatdump/
H A Doatdump.cc3013 std::unique_ptr<std::ifstream> input_file(new std::ifstream(input_filename, std::ifstream::in)); in ReadCommentedInputFromFile() local