Searched refs:IsAccessiblePath (Results 1 – 6 of 6) sorted by relevance
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
H A D | nstackx_util.h | 51 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 D | nstackx_util.c | 107 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 D | nstackx_file_manager_client.c | 668 (!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 D | nstackx_file_list.c | 551 …if (len > NSTACKX_MAX_FILE_NAME_LEN || len == 0 || !IsAccessiblePath(fileListInfo->files[i], R_OK,… in CopyFilesListInfo()
|
H A D | nstackx_dfile.c | 266 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 D | nstackx_file_manager.c | 1285 if (!IsAccessiblePath(storagePath, W_OK, S_IFDIR)) { in FileManagerSetWritePath()
|