Home
last modified time | relevance | path

Searched defs:file_fd (Results 1 – 23 of 23) sorted by relevance

/aosp12/system/core/fs_mgr/libfiemap/
H A Dfiemap_writer.cpp265 static FiemapStatus FallocateFallback(int file_fd, uint64_t block_size, uint64_t file_size, in FallocateFallback()
318 static bool IsFilePinned(int file_fd, const std::string& file_path, uint32_t fs_type) { in IsFilePinned()
358 static bool PinFile(int file_fd, const std::string& file_path, uint32_t fs_type) { in PinFile()
385 static FiemapStatus WriteZeroes(int file_fd, const std::string& file_path, size_t blocksz, in WriteZeroes()
432 static FiemapStatus AllocateFile(int file_fd, const std::string& file_path, uint64_t blocksz, in AllocateFile()
501 static bool CountFiemapExtents(int file_fd, const std::string& file_path, uint32_t* num_extents) { in CountFiemapExtents()
578 static bool ReadFiemap(int file_fd, const std::string& file_path, in ReadFiemap()
621 static bool ReadFibmap(int file_fd, const std::string& file_path, in ReadFibmap()
H A Dutility.cpp99 bool F2fsPinBeforeAllocate(int file_fd, bool* supported) { in F2fsPinBeforeAllocate()
H A Dimage_manager.cpp336 android::base::unique_fd file_fd(open(file.c_str(), kOpenFlags)); in CreateLoopDevice() local
/aosp14/system/core/fs_mgr/libfiemap/
H A Dfiemap_writer.cpp265 static FiemapStatus FallocateFallback(int file_fd, uint64_t block_size, uint64_t file_size, in FallocateFallback()
318 static bool IsFilePinned(int file_fd, const std::string& file_path, uint32_t fs_type) { in IsFilePinned()
358 static bool PinFile(int file_fd, const std::string& file_path, uint32_t fs_type) { in PinFile()
385 static FiemapStatus WriteZeroes(int file_fd, const std::string& file_path, size_t blocksz, in WriteZeroes()
432 static FiemapStatus AllocateFile(int file_fd, const std::string& file_path, uint64_t blocksz, in AllocateFile()
564 static bool ReadFiemap(int file_fd, const std::string& file_path, in ReadFiemap()
587 static bool ReadFibmap(int file_fd, const std::string& file_path, in ReadFibmap()
H A Dutility.cpp99 bool F2fsPinBeforeAllocate(int file_fd, bool* supported) { in F2fsPinBeforeAllocate()
H A Dimage_manager.cpp336 android::base::unique_fd file_fd(open(file.c_str(), kOpenFlags)); in CreateLoopDevice() local
/aosp12/packages/modules/Virtualization/authfs/src/file/
H A Dremote_file.rs52 file_fd: i32, field
71 file_fd: i32, field
100 file_fd: i32, field
/aosp12/system/core/fs_mgr/libdm/
H A Dloop_control.cpp42 bool LoopControl::Attach(int file_fd, const std::chrono::milliseconds& timeout_ms, in Attach()
/aosp14/system/core/fs_mgr/libdm/
H A Dloop_control.cpp42 bool LoopControl::Attach(int file_fd, const std::chrono::milliseconds& timeout_ms, in Attach()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/util/
H A DQCameraHALPP.cpp322 int file_fd = open(name, O_RDWR | O_CREAT, 0777); in dumpYUVtoFile() local
/aosp12/system/core/trusty/apploader/
H A Dapploader.cpp97 unique_fd file_fd(TEMP_FAILURE_RETRY(open(file_name, O_RDONLY))); in read_file() local
/aosp14/system/core/trusty/apploader/
H A Dapploader.cpp97 unique_fd file_fd(TEMP_FAILURE_RETRY(open(file_name, O_RDONLY))); in read_file() local
/aosp12/hardware/qcom/camera/msm8998/QCamera2/stack/mm-camera-test/src/
H A Dmm_qcamera_rdi.c46 int file_fd; in mm_app_rdi_dump_frame() local
H A Dmm_qcamera_app.c252 int file_fd; in mm_app_dump_frame() local
282 int file_fd; in mm_app_dump_jpeg_frame() local
/aosp12/art/runtime/
H A Dvdex_file.h230 static std::unique_ptr<VdexFile> Open(int file_fd, in Open()
H A Dvdex_file.cc114 int file_fd, in OpenAtAddress()
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/
H A DQCamera2HWICallbacks.cpp2763 int file_fd = open(buf, O_RDWR | O_CREAT, 0777); in dumpJpegToFile() local
2826 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpMetadataToFile() local
3028 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpFrameToFile() local
H A DQCameraPostProc.cpp3083 int file_fd = open(saveName, O_RDWR | O_CREAT, 0655); in dataSaveRoutine() local
/aosp12/system/core/fs_mgr/libsnapshot/
H A Dsnapshot_fuzz_utils.cpp396 android::base::unique_fd file_fd(open(file.c_str(), kOpenFlags)); in CheckCreateLoopDevice() local
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/
H A DQCamera3Channel.cpp562 int file_fd = open(buf, O_RDWR | O_CREAT, 0777); in dumpYUV() local
2420 int file_fd = open(buf, O_RDWR| O_CREAT, 0644); in dumpRawSnapshot() local
2641 int file_fd = open(buf, O_RDWR| O_CREAT, 0777); in dumpRawSnapshot() local
H A DQCamera3HWI.cpp9014 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpMetadataToFile() local
/aosp12/system/core/libsparse/
H A Doutput_file.cpp663 int file_fd = open(file, O_RDONLY | O_BINARY); in write_file_chunk() local
/aosp14/system/core/libsparse/
H A Doutput_file.cpp777 int file_fd = open(file, O_RDONLY | O_BINARY); in write_file_chunk() local