Searched refs:hProfile (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sal/qa/osl/profile/ |
H A D | osl_old_testprofile.cxx | 57 oslProfile hProfile; in test_profile() local 66 hProfile = osl_openProfile( ustrProfileName, 0 ); in test_profile() 67 if (hProfile != 0) in test_profile() 69 if (! osl_writeProfileBool( hProfile, "testsection", "testbool", 1 )) in test_profile() 72 osl_closeProfile( hProfile ); in test_profile() 76 hProfile = osl_openProfile( ustrProfileName2, 0 ); in test_profile() 77 if (hProfile != 0) in test_profile() 79 if (osl_writeProfileBool( hProfile, "testsection", "testbool", 1 )) in test_profile() 82 osl_closeProfile( hProfile ); in test_profile()
|
/aoo41x/main/sal/osl/os2/ |
H A D | profile.c | 2019 oslProfile hProfile; 2026 osl_getProfileSectionEntries(hProfile, SVERSION_SECTION, 2034 osl_readProfileString(hProfile, SVERSION_SECTION, pChr, 2043 osl_closeProfile(hProfile); 2052 osl_getProfileSectionEntries(hProfile, SVERSION_SECTION, 2060 osl_readProfileString(hProfile, SVERSION_SECTION, pChr, 2069 osl_closeProfile(hProfile); 2196 oslProfile hProfile; 2223 osl_closeProfile(hProfile); 2246 osl_closeProfile(hProfile); [all …]
|
/aoo41x/main/sal/osl/w32/ |
H A D | profile.cxx | 2338 oslProfile hProfile; in lookupProfile() local 2349 if (hProfile) in lookupProfile() 2372 osl_closeProfile(hProfile); in lookupProfile() 2384 if (hProfile) in lookupProfile() 2407 osl_closeProfile(hProfile); in lookupProfile() 2601 oslProfile hProfile; in lookupProfile() local 2611 hProfile = osl_openProfile( in lookupProfile() 2613 if (hProfile) in lookupProfile() 2618 osl_closeProfile(hProfile); in lookupProfile() 2630 if (hProfile) in lookupProfile() [all …]
|
H A D | security.c | 52 HANDLE hProfile; // Registry key handle - filled by function member 63 HANDLE hProfile 620 fUnloadUserProfile(hAccessToken, pi.hProfile); in osl_loadUserProfile()
|
Completed in 39 milliseconds