Lines Matching defs:tmpDir
417 o.tmpDir = options[TEMPDIR].value;
419 o.tmpDir = o.targetDir;
543 char tmpDir[SMALL_BUFFER_MAX_SIZE] = "";
571 uprv_strcpy(tmpDir, o->tmpDir);
572 uprv_strcat(tmpDir, PKGDATA_FILE_SEP_STRING);
574 uprv_strcpy(datFileNamePath, tmpDir);
700 writeAssemblyCode(datFileNamePath, o->tmpDir, o->entryName, NULL, gencFilePath);
733 // writeObjectCode(datFileNamePath, o->tmpDir, o->entryName, NULL, NULL, gencFilePath);
1540 o->tmpDir,
1577 createCommonDataFile(o->tmpDir, o->shortName, o->entryName, NULL, o->srcDir, o->comment, o->fileListFiles->str, 0, TRUE, o->verbose, gencmnFile);
1639 writeCCode(file, o->tmpDir, dataName[0] != 0 ? dataName : o->shortName, newName[0] != 0 ? newName : NULL, gencmnFile);
1775 uprv_strcpy(tmpResFilePath, o->tmpDir);