Lines Matching refs:tmpDir
444 o.tmpDir = options[TEMPDIR].value; in main()
446 o.tmpDir = o.targetDir; in main()
574 char tmpDir[SMALL_BUFFER_MAX_SIZE] = ""; in pkg_executeOptions() local
602 uprv_strcpy(tmpDir, o->tmpDir); in pkg_executeOptions()
603 uprv_strcat(tmpDir, PKGDATA_FILE_SEP_STRING); in pkg_executeOptions()
605 uprv_strcpy(datFileNamePath, tmpDir); in pkg_executeOptions()
733 o->tmpDir, in pkg_executeOptions()
774 o->tmpDir, in pkg_executeOptions()
1618 o->tmpDir, in pkg_createWithoutAssemblyCode()
1655 …createCommonDataFile(o->tmpDir, o->shortName, o->entryName, NULL, o->srcDir, o->comment, o->fileLi… in pkg_createWithoutAssemblyCode()
1727 o->tmpDir, in pkg_createWithoutAssemblyCode()
1872 uprv_strcpy(tmpResFilePath, o->tmpDir); in pkg_createWindowsDLL()