Searched refs:textDest (Results 1 – 1 of 1) sorted by relevance
2893 String8 textDest(textSymbolsDest); in writeResourceSymbols() local2894 textDest.appendPath(className); in writeResourceSymbols()2895 textDest.append(".txt"); in writeResourceSymbols()2897 FILE* fp = fopen(textDest.string(), "w+"); in writeResourceSymbols()2900 textDest.string(), strerror(errno)); in writeResourceSymbols()