Home
last modified time | relevance | path

Searched refs:clearEnvironment (Results 1 – 4 of 4) sorted by relevance

/base/startup/appspawn/common/
Dappspawn_server.c162 if (content->clearEnvironment != NULL) { in AppSpawnChild()
163 content->clearEnvironment(content, client); in AppSpawnChild()
Dappspawn_server.h60 void (*clearEnvironment)(struct AppSpawnContent_ *content, AppSpawnClient *client); member
/base/startup/appspawn/lite/
Dappspawn_process.c196 content->clearEnvironment = NULL; in SetContentFunction()
/base/startup/appspawn/standard/
Dappspawn_process.c670 content->clearEnvironment = ClearEnvironment; in SetContentFunction()