Home
last modified time | relevance | path

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

/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/test/
H A Ddlp_file_kits_test.cpp49 static int32_t gCount = 1; in GetRealPath() local
50 if (gCount == 1) { in GetRealPath()
51 gCount++; in GetRealPath()
/ohos5.0/base/startup/appspawn/test/moduletest/
H A Dappspawn_module_test.cpp198 std::size_t gCount = GetGids(pid, gids); in CheckGids() local
199 if ((gCount == newGids.size()) && (gids == newGids)) { in CheckGids()
209 std::size_t gCount = GetGids(pid, gids); in CheckGidsCount() local
210 if (gCount == newGids.size()) { in CheckGidsCount()