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