Home
last modified time | relevance | path

Searched refs:userIdDir (Results 1 - 1 of 1) sorted by relevance

/base/startup/appspawn/standard/
H A Dappspawn_service.c1474 DIR *userIdDir = opendir(userIdPath); in ProcessSpawnRemountMsg() local
1475 APPSPAWN_CHECK(userIdDir != NULL, continue, "Failed to open %{public}s, errno %{public}d", userIdPath, errno); in ProcessSpawnRemountMsg()
1477 while ((ent = readdir(userIdDir)) != NULL) { in ProcessSpawnRemountMsg()
1502 closedir(userIdDir); in ProcessSpawnRemountMsg()

Completed in 4 milliseconds