HomeSort by relevance Sort by last modified time
    Searched refs:ofilename (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/binutils/
arsup.c 335 char *ofilename = xstrdup (bfd_get_filename (obfd)); local
342 smart_rename (ofilename, real_name, 0);
344 free (ofilename);
  /external/selinux/libsemanage/src/
direct_api.c 642 const char *ofilename = NULL; local
660 ofilename = semanage_path(SEMANAGE_TMP,
662 if (ofilename == NULL) {
666 retval = write_file(sh, ofilename, data, size);
674 ofilename = semanage_path(SEMANAGE_TMP, SEMANAGE_USERS_EXTRA);
675 if (ofilename == NULL) {
679 retval = write_file(sh, ofilename, data, size);
697 const char *ofilename = NULL; local
715 ofilename = semanage_path(SEMANAGE_TMP,
717 if (ofilename == NULL)
1173 const char *ofilename = NULL; local
    [all...]

Completed in 211 milliseconds