Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dappspawn_sandbox.h109 } PathDemandInfo; typedef
121 PathDemandInfo demandInfo[0];
H A Dsandbox_load.c63 uint32_t len = hasDemandInfo ? sizeof(PathDemandInfo) : 0; in CreatePathMountNode()