Lines Matching refs:filePath
25 CharString filePath; in trace() local
26 getFilePath(filePath, status); in trace()
40 filePath.data(), in trace()
50 CharString filePath; in traceOpen() local
51 UTRACE_DATA1(UTRACE_VERBOSE, "%s", getFilePath(filePath, status).data()); in traceOpen()
106 CharString filePath; in traceOpenDataFile() local
107 filePath.append(path, status); in traceOpenDataFile()
108 filePath.append('/', status); in traceOpenDataFile()
109 filePath.append(name, status); in traceOpenDataFile()
110 filePath.append('.', status); in traceOpenDataFile()
111 filePath.append(type, status); in traceOpenDataFile()
113 UTRACE_DATA1(UTRACE_VERBOSE, "%s", filePath.data()); in traceOpenDataFile()
121 CharString filePath; in traceOpenResFile() local
122 filePath.append(path, status); in traceOpenResFile()
123 filePath.append('/', status); in traceOpenResFile()
124 filePath.append(name, status); in traceOpenResFile()
125 filePath.append(".res", status); in traceOpenResFile()
127 UTRACE_DATA1(UTRACE_VERBOSE, "%s", filePath.data()); in traceOpenResFile()