/aosp12/system/core/fs_mgr/libfiemap/ |
H A D | fiemap_writer.cpp | 265 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 D | utility.cpp | 99 bool F2fsPinBeforeAllocate(int file_fd, bool* supported) { in F2fsPinBeforeAllocate()
|
H A D | image_manager.cpp | 336 android::base::unique_fd file_fd(open(file.c_str(), kOpenFlags)); in CreateLoopDevice() local
|
/aosp14/system/core/fs_mgr/libfiemap/ |
H A D | fiemap_writer.cpp | 265 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 D | utility.cpp | 99 bool F2fsPinBeforeAllocate(int file_fd, bool* supported) { in F2fsPinBeforeAllocate()
|
H A D | image_manager.cpp | 336 android::base::unique_fd file_fd(open(file.c_str(), kOpenFlags)); in CreateLoopDevice() local
|
/aosp12/packages/modules/Virtualization/authfs/src/file/ |
H A D | remote_file.rs | 52 file_fd: i32, field 71 file_fd: i32, field 100 file_fd: i32, field
|
/aosp12/system/core/fs_mgr/libdm/ |
H A D | loop_control.cpp | 42 bool LoopControl::Attach(int file_fd, const std::chrono::milliseconds& timeout_ms, in Attach()
|
/aosp14/system/core/fs_mgr/libdm/ |
H A D | loop_control.cpp | 42 bool LoopControl::Attach(int file_fd, const std::chrono::milliseconds& timeout_ms, in Attach()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/util/ |
H A D | QCameraHALPP.cpp | 322 int file_fd = open(name, O_RDWR | O_CREAT, 0777); in dumpYUVtoFile() local
|
/aosp12/system/core/trusty/apploader/ |
H A D | apploader.cpp | 97 unique_fd file_fd(TEMP_FAILURE_RETRY(open(file_name, O_RDONLY))); in read_file() local
|
/aosp14/system/core/trusty/apploader/ |
H A D | apploader.cpp | 97 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 D | mm_qcamera_rdi.c | 46 int file_fd; in mm_app_rdi_dump_frame() local
|
H A D | mm_qcamera_app.c | 252 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 D | vdex_file.h | 230 static std::unique_ptr<VdexFile> Open(int file_fd, in Open()
|
H A D | vdex_file.cc | 114 int file_fd, in OpenAtAddress()
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL/ |
H A D | QCamera2HWICallbacks.cpp | 2763 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 D | QCameraPostProc.cpp | 3083 int file_fd = open(saveName, O_RDWR | O_CREAT, 0655); in dataSaveRoutine() local
|
/aosp12/system/core/fs_mgr/libsnapshot/ |
H A D | snapshot_fuzz_utils.cpp | 396 android::base::unique_fd file_fd(open(file.c_str(), kOpenFlags)); in CheckCreateLoopDevice() local
|
/aosp12/hardware/qcom/camera/msm8998/QCamera2/HAL3/ |
H A D | QCamera3Channel.cpp | 562 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 D | QCamera3HWI.cpp | 9014 int file_fd = open(filePath.string(), O_RDWR | O_CREAT, 0777); in dumpMetadataToFile() local
|
/aosp12/system/core/libsparse/ |
H A D | output_file.cpp | 663 int file_fd = open(file, O_RDONLY | O_BINARY); in write_file_chunk() local
|
/aosp14/system/core/libsparse/ |
H A D | output_file.cpp | 777 int file_fd = open(file, O_RDONLY | O_BINARY); in write_file_chunk() local
|