Searched refs:idx_ps (Results 1 – 2 of 2) sorted by relevance
164 sal_Int32 idx_ps = path.lastIndexOf(FPH_CHAR_PATH_SEPARATOR); in osl_systemPathGetFileNameOrLastDirectoryPart() local165 idx_ps++; // always right to increment by one even if idx_ps == -1! in osl_systemPathGetFileNameOrLastDirectoryPart()166 last_part = rtl::OUString(path.getStr() + idx_ps); in osl_systemPathGetFileNameOrLastDirectoryPart()
188 sal_Int32 idx_ps = path.lastIndexOf(FPH_CHAR_PATH_SEPARATOR); in osl_systemPathGetFileNameOrLastDirectoryPart() local189 idx_ps++; // always right to increment by one even if idx_ps == -1! in osl_systemPathGetFileNameOrLastDirectoryPart()190 last_part = rtl::OUString(path.getStr() + idx_ps); in osl_systemPathGetFileNameOrLastDirectoryPart()
Completed in 13 milliseconds