Home
last modified time | relevance | path

Searched refs:isDir (Results 1 - 2 of 2) sorted by relevance

/base/startup/init/interfaces/innerkits/fs_manager/switch_root/
H A Dswitch_root.c36 bool isDir = false; in FreeOldRoot() local
42 isDir = false; in FreeOldRoot()
57 isDir = true; in FreeOldRoot()
69 if (unlinkat(dfd, de->d_name, isDir ? AT_REMOVEDIR : 0) < 0) { in FreeOldRoot()
/base/startup/appspawn/service/hnp/base/
H A Dhnp_zip.c127 static int IsDirPath(struct dirent *entry, char *fullPath, int *isDir) in IsDirPath() argument
141 *isDir = (int)(fileAttr & FILE_ATTRIBUTE_DIRECTORY); in IsDirPath()
143 *isDir = (int)(entry->d_type == DT_DIR); in IsDirPath()
176 int isDir; in ZipAddDir() local
193 int ret = IsDirPath(entry, fullPath, &isDir); in ZipAddDir()
198 if (isDir) { in ZipAddDir()

Completed in 2 milliseconds