Home
last modified time | relevance | path

Searched refs:idx_ps (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sal/osl/unx/
H A Dfile_path_helper.cxx164 sal_Int32 idx_ps = path.lastIndexOf(FPH_CHAR_PATH_SEPARATOR); in osl_systemPathGetFileNameOrLastDirectoryPart() local
165 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()
/aoo4110/main/sal/osl/os2/
H A Dfile_path_helper.cxx188 sal_Int32 idx_ps = path.lastIndexOf(FPH_CHAR_PATH_SEPARATOR); in osl_systemPathGetFileNameOrLastDirectoryPart() local
189 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 10 milliseconds