Home
last modified time | relevance | path

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

/third_party/f2fs-tools/
Dconfig.h24 #define F2FS_TOOLS_VERSION "1.14.0" macro
Dconfigure.ac15 AC_DEFINE([F2FS_TOOLS_VERSION], "f2fs_tools_version", [f2fs-tools version]) definition
/third_party/f2fs-tools/mkfs/
Df2fs_format_main.c79 F2FS_TOOLS_VERSION, in f2fs_show_info()
/third_party/f2fs-tools/include/
Df2fs_fs.h1447 #if defined(F2FS_TOOLS_VERSION) && defined(F2FS_TOOLS_DATE) in show_version()
1448 MSG(0, "%s %s (%s)\n", prog, F2FS_TOOLS_VERSION, F2FS_TOOLS_DATE); in show_version()