Home
last modified time | relevance | path

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

/external/libchrome/base/files/
Dfile_util_posix.cc67 static int CallLstat(const char *path, stat_wrapper_t *sb) { in CallLstat() function
76 static int CallLstat(const char *path, stat_wrapper_t *sb) {
99 if (CallLstat(path.value().c_str(), &stat_info) != 0) { in VerifySpecificPathControlledByUser()
206 int test = CallLstat(path_str, &file_info); in DeleteFile()
629 if (CallLstat(file_path.value().c_str(), &st) != 0) in IsLink()