Home
last modified time | relevance | path

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

/system/core/fs_mgr/libfiemap/
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()
Dutility.cpp99 bool F2fsPinBeforeAllocate(int file_fd, bool* supported) { in F2fsPinBeforeAllocate()
Dimage_manager.cpp336 android::base::unique_fd file_fd(open(file.c_str(), kOpenFlags)); in CreateLoopDevice() local
/system/core/fs_mgr/libdm/
Dloop_control.cpp42 bool LoopControl::Attach(int file_fd, const std::chrono::milliseconds& timeout_ms, in Attach()
/system/core/trusty/apploader/
Dapploader.cpp97 unique_fd file_fd(TEMP_FAILURE_RETRY(open(file_name, O_RDONLY))); in read_file() local
/system/core/fs_mgr/libsnapshot/
Dsnapshot_fuzz_utils.cpp396 android::base::unique_fd file_fd(open(file.c_str(), kOpenFlags)); in CheckCreateLoopDevice() local
/system/core/libsparse/
Doutput_file.cpp663 int file_fd = open(file, O_RDONLY | O_BINARY); in write_file_chunk() local