Home
last modified time | relevance | path

Searched refs:feature_file (Results 1 – 1 of 1) sorted by relevance

/system/core/fs_mgr/libfiemap/
Dutility.cpp113 std::string feature_file = "/sys/fs/f2fs/" + bdev + "/features"; in F2fsPinBeforeAllocate() local
114 if (!android::base::ReadFileToString(feature_file, &contents)) { in F2fsPinBeforeAllocate()
115 PLOG(ERROR) << "read failed: " << feature_file; in F2fsPinBeforeAllocate()