Lines Matching refs:tmpDir
443 o.tmpDir = options[TEMPDIR].value; in main()
445 o.tmpDir = o.targetDir; in main()
573 char tmpDir[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local
601 uprv_strcpy(tmpDir, o->tmpDir); in pkg_executeOptions()
602 uprv_strcat(tmpDir, PKGDATA_FILE_SEP_STRING); in pkg_executeOptions()
604 uprv_strcpy(datFileNamePath, tmpDir); in pkg_executeOptions()
732 o->tmpDir, in pkg_executeOptions()
773 o->tmpDir, in pkg_executeOptions()
1609 o->tmpDir, in pkg_createWithoutAssemblyCode()
1646 …createCommonDataFile(o->tmpDir, o->shortName, o->entryName, NULL, o->srcDir, o->comment, o->fileLi… in pkg_createWithoutAssemblyCode()
1710 o->tmpDir, in pkg_createWithoutAssemblyCode()
1855 uprv_strcpy(tmpResFilePath, o->tmpDir); in pkg_createWindowsDLL()