Home
last modified time | relevance | path

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

/ohos5.0/base/startup/appspawn/modules/sandbox/
H A Dsandbox_cfgvar.c150 …f (CHECK_FLAGS_BY_INDEX(extraData->operation, MOUNT_PATH_OP_REPLACE_BY_SRC) && IsPathEmpty(path)) { in ReplaceVariableForDepPath()
293 if (!IsPathEmpty(prefix)) { // copy prefix data in GetSandboxRealVar()
301 if (!IsPathEmpty(tmp)) { // copy source data in GetSandboxRealVar()
H A Dappspawn_sandbox.h360 __attribute__((always_inline)) inline int IsPathEmpty(const char *path) in IsPathEmpty() function