Searched refs:cOutFileName (Results 1 – 2 of 2) sorted by relevance
232 char* cOutFileName; member1666 m_sProfile.cOutFileName = NULL; in parseArgs()1677 m_sProfile.cOutFileName = argv[7]; in parseArgs()1773 m_sProfile.cOutFileName = argv[8]; in parseArgs()1784 m_sProfile.cOutFileName = NULL; in parseArgs()1963 …m_nOutFd = open(m_sProfile.cOutFileName, O_WRONLY | O_CREAT | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWXO… in main()1965 m_nOutFd = open(m_sProfile.cOutFileName,0); in main()1969 E("could not open output file %s", m_sProfile.cOutFileName); in main()
271 char* cOutFileName; member1691 m_sProfile.cOutFileName = NULL; in parseArgs()1701 m_sProfile.cOutFileName = argv[7]; in parseArgs()1787 m_sProfile.cOutFileName = argv[8]; in parseArgs()1797 m_sProfile.cOutFileName = NULL; in parseArgs()1979 …m_nOutFd = open(m_sProfile.cOutFileName, O_WRONLY | O_CREAT | O_TRUNC, S_IRWXU | S_IRWXG | S_IRWXO… in main()1981 m_nOutFd = open(m_sProfile.cOutFileName,0); in main()1985 E("could not open output file %s", m_sProfile.cOutFileName); in main()