Home
last modified time | relevance | path

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

/ohos5.0/base/security/selinux_adapter/test/unittest/common/
H A Dtest_common.cpp57 int statRet = stat(path.c_str(), &dirStat); in RemoveDirectory() local
58 if (statRet < 0) { in RemoveDirectory()
/ohos5.0/base/startup/init/interfaces/innerkits/fs_manager/erofs_overlay/
H A Derofs_remount_overlay.c58 int statRet = stat(REMOUNT_RESULT_PATH, &st); in SetRemountResultFlag() local
59 if (statRet != 0) { in SetRemountResultFlag()