Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/storage_service/services/storage_daemon/utils/
H A Dfile_utils.cpp227 const char *skip1 = "."; in TravelChmod() local
242 …if ((!strncmp(dp->d_name, skip1, strlen(skip1))) || (!strncmp(dp->d_name, skip2, strlen(skip2)))) { in TravelChmod()