Searched refs:textDest (Results 1 – 1 of 1) sorted by relevance
2693 String8 textDest(textSymbolsDest); in writeResourceSymbols() local2694 textDest.appendPath(className); in writeResourceSymbols()2695 textDest.append(".txt"); in writeResourceSymbols()2697 FILE* fp = fopen(textDest.string(), "w+"); in writeResourceSymbols()2700 textDest.string(), strerror(errno)); in writeResourceSymbols()