Home
last modified time | relevance | path

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

/linux/fs/smb/client/
H A Dcifsproto.h393 const char *fileName, const FILE_BASIC_INFO *data,
484 const char *fileName, const int disposition,
564 const char *fileName, const char *ea_name,
577 const unsigned char *fileName,
/linux/tools/testing/selftests/x86/
H A Dlam.c958 uint8_t file_Exists(const char *fileName) in file_Exists() argument
962 uint8_t ret = (stat(fileName, &buffer) == 0); in file_Exists()