Searched refs:readLinkRes (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/base/security/dlp_permission_service/interfaces/inner_api/dlp_parse/src/ |
H A D | dlp_utils.cpp | 116 int readLinkRes = readlink(path.c_str(), fileName, MAX_DLP_FILE_SIZE); in GetFileNameWithFd() local 117 if (readLinkRes < 0) { in GetFileNameWithFd() 122 fileName[readLinkRes] = '\0'; in GetFileNameWithFd()
|
/ohos5.0/foundation/filemanagement/user_file_service/interfaces/kits/native/recent/ |
H A D | recent_n_exporter.cpp | 265 auto readLinkRes = readlink(recentFilePath.c_str(), buf.get(), BUF_SIZE); in GetListFileResult() local 266 if (readLinkRes < 0) { in GetListFileResult() 277 if (napi_set_element(env, res, index, GetFileInfo(env, string(buf.get(), readLinkRes), in GetListFileResult()
|
/ohos5.0/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/class_randomaccessfile/ |
H A D | randomaccessfile_n_exporter.cpp | 434 int readLinkRes = readlink(path.c_str(), buf.get(), BUF_SIZE); in CreateStream() local 435 if (readLinkRes < 0) { in CreateStream()
|