Home
last modified time | relevance | path

Searched defs:in_fd (Results 1 – 7 of 7) sorted by relevance

/system/core/debuggerd/
Dtombstone_symbolize.h27 android::base::unique_fd in_fd, out_fd; variable
/system/update_engine/payload_generator/
Dfull_update_generator.cc141 int in_fd = open(new_part.path.c_str(), O_RDONLY, 0); in GenerateOperations() local
Dpayload_file.cc309 int in_fd = open(data_blobs_path.c_str(), O_RDONLY, 0); in ReorderDataBlobs() local
/system/extras/simpleperf/
Dcmd_api.cpp252 android::base::unique_fd in_fd(FileHelper::OpenReadOnly(path)); in CollectRecordingData() local
Dcmd_record.cpp846 android::base::unique_fd in_fd(FileHelper::OpenReadOnly(in_filename)); in WriteRecordDataToOutFd() local
/system/update_engine/aosp/
Dota_extractor.cc119 auto in_fd = in ExtractImageFromPartition() local
/system/update_engine/common/
Dutils.cc401 bool SendFile(int out_fd, int in_fd, size_t count) { in SendFile()