Home
last modified time | relevance | path

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

/dports/devel/efl/efl-1.25.1/src/lib/ecore_file/
H A Decore_file.c38 _ecore_file_stat(const char *file, in _ecore_file_stat() function
147 if (!_ecore_file_stat(file, &time, NULL, NULL, NULL, NULL)) in ecore_file_mod_time()
158 if (!_ecore_file_stat(file, NULL, &size, NULL, NULL, NULL)) in ecore_file_size()
169 return _ecore_file_stat(file, NULL, NULL, NULL, NULL, NULL); in ecore_file_exists()
185 if (!_ecore_file_stat(file, NULL, NULL, NULL, &is_dir, NULL)) in ecore_file_is_dir()
257 if (_ecore_file_stat(buf, NULL, NULL, NULL, &is_dir, NULL))
324 if (!_ecore_file_stat(dir, NULL, NULL, NULL, &is_dir, NULL))
373 if (!_ecore_file_stat(path, NULL, NULL, NULL, &is_dir, NULL))
465 if (!_ecore_file_stat(src, NULL, NULL, &mode, NULL, &is_reg))