Home
last modified time | relevance | path

Searched refs:TYPE_ANY (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/startup/init/services/modules/init_eng/
H A Dinit_eng.c52 case TYPE_ANY: // fallthrough in IsFileExistWithType()
68 return file == NULL ? false : IsFileExistWithType(file, TYPE_ANY); in IsExistFile()
H A Dinit_eng.h23 TYPE_ANY enumerator
/ohos5.0/base/startup/init/test/unittest/modules/
H A Deng_unittest.cpp205 EXPECT_EQ(IsFileExistWithType(STARTUP_INIT_UT_PATH"/eng", TYPE_ANY), true);