Lines Matching defs:file
1044 const char *file,
1052 obj = PyUnicode_FromString(file);
1080 obj = PyRun_FileEx(fp, file, Py_file_input, mdict, mdict, 1);
1112 const char *file;
1123 file = getenv("ALSA_MIXER_SIMPLE_MPYTHON");
1124 if (file == NULL) {
1126 file = path;
1129 fp = fopen(file, "r");
1131 SNDERR("Unable to find python module '%s'", file);
1151 alsa_mixer_simple_pyinit(priv, py_mod, fp, file, class, mixer, device);