Searched defs:file_fd (Results  1 – 6 of 6) sorted by relevance
| /system/core/fs_mgr/libfiemap/ | 
| 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()
 
 | 
| D | utility.cpp | 99 bool F2fsPinBeforeAllocate(int file_fd, bool* supported) {  in F2fsPinBeforeAllocate()
 | 
| D | image_manager.cpp | 336     android::base::unique_fd file_fd(open(file.c_str(), kOpenFlags));  in CreateLoopDevice()  local
 | 
| /system/core/fs_mgr/libdm/ | 
| D | loop_control.cpp | 42 bool LoopControl::Attach(int file_fd, const std::chrono::milliseconds& timeout_ms,  in Attach()
 | 
| /system/core/trusty/apploader/ | 
| D | apploader.cpp | 97     unique_fd file_fd(TEMP_FAILURE_RETRY(open(file_name, O_RDONLY)));  in read_file()  local
 | 
| /system/core/libsparse/ | 
| D | output_file.cpp | 777   int file_fd = open(file, O_RDONLY | O_BINARY);  in write_file_chunk()  local
 |