Searched defs:file_fd (Results 1 – 7 of 7) 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() 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()
|
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/fs_mgr/libsnapshot/ |
D | snapshot_fuzz_utils.cpp | 396 android::base::unique_fd file_fd(open(file.c_str(), kOpenFlags)); in CheckCreateLoopDevice() local
|
/system/core/libsparse/ |
D | output_file.cpp | 663 int file_fd = open(file, O_RDONLY | O_BINARY); in write_file_chunk() local
|