Searched refs:aml_file (Results 1 – 2 of 2) sorted by relevance
126 if (table->aml_file && in cleanup_table_descriptor()128 g_strstr_len(table->aml_file, -1, "aml-")) { in cleanup_table_descriptor()129 unlink(table->aml_file); in cleanup_table_descriptor()131 g_free(table->aml_file); in cleanup_table_descriptor()251 gchar *aml_file = NULL; in dump_aml_files() local266 aml_file = g_strdup_printf("%s/%s/%s/%.4s%s", data_dir, in dump_aml_files()270 if (!g_file_test(aml_file, G_FILE_TEST_EXISTS) && in dump_aml_files()274 g_free(aml_file); in dump_aml_files()277 fd = g_open(aml_file, O_WRONLY|O_TRUNC|O_CREAT, in dump_aml_files()280 perror(aml_file); in dump_aml_files()[all …]
22 gchar *aml_file; member