Searched refs:hProfile (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/sal/qa/osl/profile/ |
H A D | osl_old_testprofile.cxx | 49 oslProfile hProfile; in TEST_F() local 58 hProfile = osl_openProfile( ustrProfileName, 0 ); in TEST_F() 59 if (hProfile != 0) in TEST_F() 61 if (! osl_writeProfileBool( hProfile, "testsection", "testbool", 1 )) in TEST_F() 64 osl_closeProfile( hProfile ); in TEST_F() 68 hProfile = osl_openProfile( ustrProfileName2, 0 ); in TEST_F() 69 if (hProfile != 0) in TEST_F() 71 if (osl_writeProfileBool( hProfile, "testsection", "testbool", 1 )) in TEST_F() 74 osl_closeProfile( hProfile ); in TEST_F()
|
/aoo42x/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 …]
|
/aoo42x/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