Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_util.h51 NSTACKX_EXPORT uint8_t IsAccessiblePath(const char *fileName, int32_t mode, uint32_t fileType);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/core/
H A Dnstackx_util.c107 uint8_t IsAccessiblePath(const char *pathName, int32_t mode, uint32_t fileType) in IsAccessiblePath() function
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager_client.c668 (!IsAccessiblePath(fmFileList->tarFileInfo.fileName, R_OK, S_IFREG))) { in AddTarFileInfo()
687 if (fileInfo->fileName == NULL || !IsAccessiblePath(fileInfo->fileName, R_OK, S_IFREG)) { in AddSendFileInfo()
H A Dnstackx_file_list.c551 …if (len > NSTACKX_MAX_FILE_NAME_LEN || len == 0 || !IsAccessiblePath(fileListInfo->files[i], R_OK,… in CopyFilesListInfo()
H A Dnstackx_dfile.c266 if (!IsAccessiblePath(ctx->path, W_OK, S_IFDIR)) { in NSTACKX_DFileSetStoragePath()
364 if (!IsAccessiblePath(ctx->pathList[i], W_OK, S_IFDIR)) { in CreateStoragePathListCtx()
H A Dnstackx_file_manager.c1285 if (!IsAccessiblePath(storagePath, W_OK, S_IFDIR)) { in FileManagerSetWritePath()