Searched defs:ofilename (Results 1 - 2 of 2) sorted by relevance

/external/openfst/src/include/fst/extensions/far/
H A Dextract.h47 string ofilename; local
53 ofilename = tmp.str();
60 ofilename = key;
62 fst->Write(filename_prefix + ofilename + filename_suffix);
/external/selinux/libsemanage/src/
H A Ddirect_api.c579 const char *ofilename = NULL; local
592 ofilename = semanage_path(SEMANAGE_TMP, SEMANAGE_USERS_EXTRA);
593 if (ofilename == NULL) {
596 retval = write_file(sh, ofilename, data, size);
614 const char *ofilename = NULL; local
627 ofilename = semanage_path(SEMANAGE_TMP, SEMANAGE_STORE_SEUSERS);
628 if (ofilename == NULL) {
631 retval = write_file(sh, ofilename, data, size);
1068 const char *ofilename = NULL; local
1261 ofilename
[all...]

Completed in 86 milliseconds