Lines Matching refs:directory
52 gboolean hal_util_get_int_from_file (const gchar *directory, const gchar *file, gint *result, gint base);
54 gboolean hal_util_set_int_from_file (HalDevice *d, const gchar *key, const gchar *directory, const gchar *file, gint base);
56 gboolean hal_util_get_uint64_from_file (const gchar *directory, const gchar *file, guint64 *result, gint base);
58 gboolean hal_util_set_uint64_from_file (HalDevice *d, const gchar *key, const gchar *directory, const gchar *file, gint base);
60 gchar *hal_util_get_string_from_file (const gchar *directory, const gchar *file);
62 gboolean hal_util_set_string_from_file (HalDevice *d, const gchar *key, const gchar *directory, const gchar *file);
64 gboolean hal_util_get_bcd2_from_file (const gchar *directory, const gchar *file, gint *result);
66 gboolean hal_util_set_bcd2_from_file (HalDevice *d, const gchar *key, const gchar *directory, const gchar *file);
74 gchar *hal_util_grep_file (const gchar *directory, const gchar *file, const gchar *linestart, gboolean reuse_file);
76 gint hal_util_grep_int_elem_from_file (const gchar *directory, const gchar *file,
79 gchar *hal_util_grep_string_elem_from_file (const gchar *directory, const gchar *file,
83 const gchar *directory, const gchar *file,
87 const gchar *directory, const gchar *file,
91 const gchar *directory, const gchar *file,