Searched refs:profilePath (Results 1 – 3 of 3) sorted by relevance
47 profilePath = aProfilePath; in ProfileStruct()51 return profilePath; in getProfilePath()93 ::rtl::OUString profilePath; in LoadXPToolkitProfiles()112 profilePath = aValue->sValue; in LoadXPToolkitProfiles()119 if (profileName.getLength() != 0 || profilePath.getLength() != 0) in LoadXPToolkitProfiles()129 profilePath = regDir + profilePath; in LoadXPToolkitProfiles()133 profilePath); in LoadXPToolkitProfiles()
62 ::rtl::OUString profilePath;
182 char profilePath[PATH_MAX] = ""; in osl_openProfile() local185 FileURLToPath( profilePath, PATH_MAX, ustrProfileName ); in osl_openProfile()187 return osl_psz_openProfile( profilePath,Options ); in osl_openProfile()
Completed in 21 milliseconds