Searched refs:m_path_so_file (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-tempdir.h59 const char * get_path_so_file () const { return m_path_so_file; }
79 char *m_path_so_file; member in class:gcc::jit::tempdir
H A Djit-tempdir.c76 m_path_so_file (NULL)
106 m_path_so_file = concat (m_path_tempdir, "/fake.so", NULL);
130 if (m_path_so_file)
132 log ("unlinking .so file: %s", m_path_so_file);
133 unlink (m_path_so_file);
158 free (m_path_so_file);
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Djit-tempdir.h59 const char * get_path_so_file () const { return m_path_so_file; }
79 char *m_path_so_file; member in class:gcc::jit::tempdir
H A Djit-tempdir.cc81 m_path_so_file (NULL)
116 m_path_so_file = concat (m_path_tempdir, "/fake.so", NULL);
140 if (m_path_so_file)
142 log ("unlinking .so file: %s", m_path_so_file);
143 unlink (m_path_so_file);
168 free (m_path_so_file);

Completed in 114 milliseconds