Home
last modified time | relevance | path

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

/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dattrib.c265 #define ESTR "Error reading attribute value" in ntfs_get_attribute_value() macro
267 ntfs_log_perror(ESTR); in ntfs_get_attribute_value()
270 ntfs_log_debug(ESTR ": Ran out of input data.\n"); in ntfs_get_attribute_value()
273 ntfs_log_debug(ESTR ": unknown error\n"); in ntfs_get_attribute_value()
276 #undef ESTR in ntfs_get_attribute_value()
301 #define ESTR "Error reading attribute value" in ntfs_get_attribute_value() macro
303 ntfs_log_perror(ESTR); in ntfs_get_attribute_value()
305 ntfs_log_debug(ESTR ": Ran out of input data.\n"); in ntfs_get_attribute_value()
308 ntfs_log_debug(ESTR ": unknown error\n"); in ntfs_get_attribute_value()
311 #undef ESTR in ntfs_get_attribute_value()
H A Dvolume.c1000 const char *ESTR[12] = { "$MFT", "$MFTMirr", "$LogFile", in ntfs_device_mount() local
1006 s = ESTR[i]; in ntfs_device_mount()