Home
last modified time | relevance | path

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

/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fileio/class_dirent/
H A Ddirent_n_exporter.cpp53 static napi_value CheckDirentDType(napi_env env, napi_callback_info cbinfo, unsigned char dType) in CheckDirentDType() function
65 return CheckDirentDType(env, cbinfo, DT_BLK); in isBlockDevice()
70 return CheckDirentDType(env, cbinfo, DT_CHR); in isCharacterDevice()
75 return CheckDirentDType(env, cbinfo, DT_DIR); in isDirectory()
80 return CheckDirentDType(env, cbinfo, DT_FIFO); in isFIFO()
85 return CheckDirentDType(env, cbinfo, DT_REG); in isFile()
90 return CheckDirentDType(env, cbinfo, DT_SOCK); in isSocket()
95 return CheckDirentDType(env, cbinfo, DT_LNK); in isSymbolicLink()