HomeSort by relevance Sort by last modified time
    Searched defs:ini_file (Results 1 - 3 of 3) sorted by null

  /external/fio/
init.c 40 static char **ini_file; variable
    [all...]
  /external/python/cpython2/PC/bdist_wininst/
install.c 121 char *ini_file; /* Full pathname of ini-file */ variable
1046 char *ini_file; local
1072 ini_file = malloc(MAX_PATH); /* will be returned, so do not free it */
1073 if (!ini_file)
1076 || !GetTempFileName(tempdir, "~du", 0, ini_file)) {
1082 dst = map_new_file(CREATE_ALWAYS, ini_file, NULL, pmd->uncomp_size,
1091 *out_ini_file = ini_file;
    [all...]
  /external/python/cpython3/PC/bdist_wininst/
install.c 121 char *ini_file; /* Full pathname of ini-file */ variable
1090 char *ini_file; local
    [all...]

Completed in 455 milliseconds