/aoo41x/main/sal/osl/os2/ |
H A D | file_path_helper.cxx | 77 …while ((pustrPath->length > 1) && (FPH_CHAR_PATH_SEPARATOR == pustrPath->buffer[pustrPath->length … in osl_systemPathRemoveSeparator() 79 pustrPath->length--; in osl_systemPathRemoveSeparator() 80 pustrPath->buffer[pustrPath->length] = (sal_Unicode)'\0'; in osl_systemPathRemoveSeparator() 83 OSL_POSTCOND((0 == pustrPath->length) || (1 == pustrPath->length) || \ in osl_systemPathRemoveSeparator() 84 … (pustrPath->length > 1 && pustrPath->buffer[pustrPath->length - 1] != FPH_CHAR_PATH_SEPARATOR), \ in osl_systemPathRemoveSeparator() 128 if (pustrPath->length == 0) in osl_systemPathIsAbsolutePath() 132 if (pustrPath->buffer[1] == FPH_CHAR_COLON in osl_systemPathIsAbsolutePath() 174 const rtl_uString* pustrPath, in osl_systemPathGetFileNameOrLastDirectoryPart() argument 201 const rtl_uString* pustrPath) in osl_systemPathIsHiddenFileOrDirectoryEntry() argument 207 if (pustrPath->length > 0) in osl_systemPathIsHiddenFileOrDirectoryEntry() [all …]
|
H A D | file_path_helper.h | 61 /*inout*/ rtl_uString* pustrPath); 98 const rtl_uString* pustrPath); 115 const rtl_uString* pustrPath); 182 /*inout*/ rtl_uString* pustrPath); 209 const rtl_uString* pustrPath, 231 const rtl_uString* pustrPath); 250 const rtl_uString* pustrPath);
|
H A D | uunxapi.cxx | 42 int access_u(const rtl_uString* pustrPath, int mode) in access_u() argument 44 return access(OUStringToOString(pustrPath).getStr(), mode); in access_u() 71 int lstat_u(const rtl_uString* pustrPath, struct stat* buf) in lstat_u() argument 73 return lstat(OUStringToOString(pustrPath).getStr(), buf); in lstat_u()
|
H A D | uunxapi.h | 54 int access_u(const rtl_uString* pustrPath, int mode); 71 int lstat_u(const rtl_uString* pustrPath, struct stat* buf);
|
H A D | path_helper.cxx | 99 sal_Int32 osl_systemPathIsLogicalDrivePattern(/*in*/ const rtl_uString* pustrPath) in osl_systemPathIsLogicalDrivePattern() argument 101 const sal_Unicode* p = rtl_uString_getStr(const_cast<rtl_uString*>(pustrPath)); in osl_systemPathIsLogicalDrivePattern()
|
H A D | path_helper.h | 60 sal_Int32 osl_systemPathIsLogicalDrivePattern(/*in*/ const rtl_uString* pustrPath);
|
H A D | file_url.cxx | 783 oslFileError SAL_CALL _osl_getSystemPathFromFileURL( rtl_uString *strURL, rtl_uString **pustrPath, … in _osl_getSystemPathFromFileURL() argument 865 rtl_uString_assign( pustrPath, strTempPath ); in _osl_getSystemPathFromFileURL()
|
/aoo41x/main/sal/osl/unx/ |
H A D | file_path_helper.cxx | 73 if (0 != pustrPath) in osl_systemPathRemoveSeparator() 77 …while ((pustrPath->length > 1) && (FPH_CHAR_PATH_SEPARATOR == pustrPath->buffer[pustrPath->length … in osl_systemPathRemoveSeparator() 79 pustrPath->length--; in osl_systemPathRemoveSeparator() 80 pustrPath->buffer[pustrPath->length] = (sal_Unicode)'\0'; in osl_systemPathRemoveSeparator() 83 OSL_POSTCOND((0 == pustrPath->length) || (1 == pustrPath->length) || \ in osl_systemPathRemoveSeparator() 84 … (pustrPath->length > 1 && pustrPath->buffer[pustrPath->length - 1] != FPH_CHAR_PATH_SEPARATOR), \ in osl_systemPathRemoveSeparator() 120 …return ((0 == pustrPath) || (0 == pustrPath->length) || (pustrPath->buffer[0] != FPH_CHAR_PATH_SEP… in osl_systemPathIsRelativePath() 150 const rtl_uString* pustrPath, in osl_systemPathGetFileNameOrLastDirectoryPart() argument 177 const rtl_uString* pustrPath) in osl_systemPathIsHiddenFileOrDirectoryEntry() argument 180 if ((0 == pustrPath) || (0 == pustrPath->length)) in osl_systemPathIsHiddenFileOrDirectoryEntry() [all …]
|
H A D | uunxapi.cxx | 77 int access_u(const rtl_uString* pustrPath, int mode) in access_u() argument 80 return access(OUStringToOString(pustrPath).getStr(), mode); in access_u() 82 return access(macxp_resolveAliasAndConvert(pustrPath).getStr(), mode); in access_u() 111 int lstat_u(const rtl_uString* pustrPath, struct stat* buf) in lstat_u() argument 114 return lstat(OUStringToOString(pustrPath).getStr(), buf); in lstat_u() 116 return lstat(macxp_resolveAliasAndConvert(pustrPath).getStr(), buf); in lstat_u()
|
H A D | file_path_helper.h | 61 /*inout*/ rtl_uString* pustrPath); 98 const rtl_uString* pustrPath); 164 const rtl_uString* pustrPath, 186 const rtl_uString* pustrPath); 205 const rtl_uString* pustrPath);
|
H A D | uunxapi.h | 54 int access_u(const rtl_uString* pustrPath, int mode); 71 int lstat_u(const rtl_uString* pustrPath, struct stat* buf);
|
/aoo41x/main/sal/osl/w32/ |
H A D | file_url.cxx | 711 oslFileError _osl_getSystemPathFromFileURL( rtl_uString *strURL, rtl_uString **pustrPath, sal_Bool … in _osl_getSystemPathFromFileURL() argument 837 rtl_uString_assign( pustrPath, strTempPath ); in _osl_getSystemPathFromFileURL() 965 rtl_uString *ustrURL, rtl_uString **pustrPath) in osl_getSystemPathFromFileURL() argument 967 return _osl_getSystemPathFromFileURL( ustrURL, pustrPath, sal_True ); in osl_getSystemPathFromFileURL() 974 rtl_uString **pustrPath) in osl_searchFileURL() argument 1022 error = osl_getFileURLFromSystemPath( ustrSysPath, pustrPath ); in osl_searchFileURL() 1036 error = osl_getFileURLFromSystemPath( ustrSysPath, pustrPath ); in osl_searchFileURL()
|
H A D | path_helper.cxx | 101 sal_Int32 osl_systemPathIsLogicalDrivePattern(/*in*/ const rtl_uString* pustrPath) in osl_systemPathIsLogicalDrivePattern() argument 103 const sal_Unicode* p = rtl_uString_getStr(const_cast<rtl_uString*>(pustrPath)); in osl_systemPathIsLogicalDrivePattern()
|
H A D | path_helper.h | 60 sal_Int32 osl_systemPathIsLogicalDrivePattern(/*in*/ const rtl_uString* pustrPath);
|
H A D | file_url.h | 79 rtl_uString ** pustrPath,
|