Home
last modified time | relevance | path

Searched defs:is_dir (Results 1 – 4 of 4) sorted by relevance

/aosp14/system/core/init/
H A Dutil_test.cpp142 TEST(util, is_dir) { in TEST() argument
H A Dfirst_stage_init.cpp70 bool is_dir = false; in FreeRamdisk() local
H A Dutil.cpp290 bool is_dir(const char* pathname) { in is_dir() function
/aosp14/system/core/mkbootfs/
H A Dmkbootfs.c68 int is_dir = S_ISDIR(s->st_mode) || strcmp(path, TRAILER) == 0; in fix_stat() local