Searched refs:sTempPath (Results 1 – 4 of 4) sorted by relevance
152 ::rtl::OUString sTempPath; in changesOccurred()167 if ( ! ::utl::splitLastFromConfigurationPath(sOrgPath, sTempPath, sLocale)) in changesOccurred()169 sOrgPath = sTempPath; in changesOccurred()170 if ( ! ::utl::splitLastFromConfigurationPath(sOrgPath, sTempPath, sProperty)) in changesOccurred()178 sOrgPath = sTempPath; in changesOccurred()179 if ( ! ::utl::splitLastFromConfigurationPath(sOrgPath, sTempPath, sNode)) in changesOccurred()
133 my $sTempPath;136 $sTempPath = "C:/temp";140 $sTempPath = "/tmp";146 return $sTempPath;
698 String sTempPath = (String)m_aCurrentParams.get( PropertyName.TEMPPATH ); in cancelRequest() local699 if (sTempPath != null) in cancelRequest()701 String sGDC_Dir = sTempPath; in cancelRequest()
304 private String impl_getTempFileName(String sTempPath, in impl_getTempFileName() argument308 File aDir = new File(sTempPath); in impl_getTempFileName()
Completed in 68 milliseconds