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

  /toolchain/binutils/binutils-2.25/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 579 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
    [all...]

Completed in 610 milliseconds