Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dfile_utils.cc64 bool path_not_empty = (errno == ELOOP || scoped_fd != -1); in RegularFileOrDelete() local
78 if (path_not_empty) { in RegularFileOrDelete()