Home
last modified time | relevance | path

Searched defs:path (Results 3401 - 3425 of 4053) sorted by relevance

1...<<131132133134135136137138139140>>...163

/foundation/distributeddatamgr/relational_store/frameworks/native/rdb/src/
H A Drdb_store_config.cpp133 void RdbStoreConfig::SetPath(std::string path) in SetPath() argument
/foundation/distributeddatamgr/relational_store/frameworks/js/napi/rdb/src/
H A Dnapi_rdb_store.cpp977 std::string path = rdbStoreProxy->rdbStore_->GetPath(); in GetPath() local
/foundation/filemanagement/dfs_service/utils/dentry/src/
H A Dmeta_file.cpp86 static uint64_t PathHash(const std::string &path, bool caseSense) in PathHash() argument
102 static std::string GetDentryfileName(const std::string &path, bool caseSense) in GetDentryfileName() argument
115 static std::string GetDentryfileByPath(uint32_t userId, const std::string &path, bool caseSense = false) in GetDentryfileByPath() argument
124 std::string MetaFile::GetParentDir(const std::string &path) in GetParentDir() argument
138 GetFileName(const std::string &path) GetFileName() argument
152 GetParentMetaFile(uint32_t userId, const std::string &path) GetParentMetaFile() argument
162 MetaFile(uint32_t userId, const std::string &path) MetaFile() argument
673 GetMetaFile(uint32_t userId, const std::string &path) GetMetaFile() argument
[all...]
/foundation/filemanagement/dfs_service/test/unittests/cloud_disk/mock/
H A Dfile_operations_cloud_mock.cpp224 string path = CloudFileUtils::GetLocalFilePath(cloudId, bundleName, userId); in CreateLocalFile() local
239 void RemoveLocalFile(const string &path) in RemoveLocalFile() argument
286 string path = CloudFileUtils::GetLocalFilePath(cloudId, parentInode->bundleName, data->userId); in DoCreatFile() local
213 CloudOpen(fuse_req_t req, shared_ptr<CloudDiskInode> inoPtr, struct fuse_file_info *fi, string path) CloudOpen() argument
[all...]
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dfile_fs_impl.cpp175 std::tuple<int32_t, sptr<StreamImpl>> FileFsImpl::CreateStream(std::string path, std::string mode) in CreateStream() argument
208 std::tuple<int32_t, sptr<StatImpl>> FileFsImpl::Lstat(std::string path) in Lstat() argument
303 Mkdir(std::string path, bool recursion, bool isTwoArgs) Mkdir() argument
330 Rmdir(std::string path) Rmdir() argument
395 Unlink(std::string path) Unlink() argument
414 JudgeExistAndEmpty(const string &path) JudgeExistAndEmpty() argument
426 RmDirectory(const string &path) RmDirectory() argument
929 Access(std::string path) Access() argument
1050 GetFileSize(const string &path, int64_t &offset) GetFileSize() argument
1113 ReadTextOpenFile(const std::string& path) ReadTextOpenFile() argument
1139 ReadText(char* path, int64_t offset, bool hasLen, int64_t len, char* encoding) ReadText() argument
1187 Utimes(std::string path, double mtime) Utimes() argument
1224 CreateWatcher(std::string path, uint32_t events, void (*callback)(CWatchEvent)) CreateWatcher() argument
[all...]
/foundation/filemanagement/app_file_service/services/backup_sa/src/module_ipc/
H A Dservice.cpp175 string path = BConstants::GetSaBundleBackupRootDir(GetUserIdDefault()); in GetLocalCapabilities() local
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dbase_key.cpp110 bool BaseKey::SaveKeyBlob(const KeyBlob &blob, const std::string &path) in SaveKeyBlob() argument
120 bool BaseKey::GenerateAndSaveKeyBlob(KeyBlob &blob, const std::string &path, const uint32_t size) in GenerateAndSaveKeyBlob() argument
128 bool BaseKey::LoadKeyBlob(KeyBlob &blob, const std::string &path, const uint32_t size) in LoadKeyBlob() argument
421 EncryptDe(const UserAuth &auth, const std::string &path) StoreKey() argument
565 DoRestoreKeyOld(const UserAuth &auth, const std::string &path) StoreKey() argument
598 DoRestoreKeyDe(const UserAuth &auth, const std::string &path) StoreKey() argument
625 DoRestoreKeyCeEceSece(const UserAuth &auth, const std::string &path, const uint32_t keyType) StoreKey() argument
673 DoRestoreKey(const UserAuth &auth, const std::string &path) StoreKey() argument
817 WipingActionDir(std::string &path) StoreKey() argument
958 std::string path = candidate.empty() ? keyPath : candidate; StoreKey() local
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_file/class_file/
H A Dfile_n_exporter.cpp99 bool CheckUri(napi_env env, string &path) in CheckUri() argument
139 int GetRealPath(string &path) in GetRealPath() argument
149 UriToAbsolute(string path) UriToAbsolute() argument
180 GetFileNames(string path, vector<string> &filenames, bool rec, bool isList) GetFileNames() argument
203 Mkdirs(string path) Mkdirs() argument
220 Rmdirs(const string &path) Rmdirs() argument
244 ConvertUri(string path, string originPath, string originUri) ConvertUri() argument
260 string path = asyncCallbackInfo->url; MkdirExec() local
293 string path = asyncCallbackInfo->url; RmdirExec() local
329 string path = asyncCallbackInfo->url; GetExec() local
393 string path = asyncCallbackInfo->url; ListExec() local
523 string path = asyncCallbackInfo->url; CopyExec() local
632 string path = asyncCallbackInfo->url; MoveExec() local
687 string path = asyncCallbackInfo->url; DeleteExec() local
720 string path = asyncCallbackInfo->url; AccessExec() local
753 string path = asyncCallbackInfo->url; WriteTextExec() local
793 string path = asyncCallbackInfo->url; WriteArrayBufferExec() local
838 string path = asyncCallbackInfo->url; ReadTextExec() local
886 string path = asyncCallbackInfo->url; ReadArrayBufferExec() local
963 string path = (uri == nullptr) ? "" : uri.get(); Mkdir() local
1000 string path = (uri == nullptr) ? "" : uri.get(); Rmdir() local
1036 string path = (uri == nullptr) ? "" : uri.get(); Get() local
1072 string path = (uri == nullptr) ? "" : uri.get(); List() local
1180 string path = (uri == nullptr) ? "" : uri.get(); Delete() local
1214 string path = (uri == nullptr) ? "" : uri.get(); Access() local
1252 string path = (uri == nullptr) ? "" : uri.get(); WriteText() local
1314 string path = (uri == nullptr) ? "" : uri.get(); WriteArrayBuffer() local
1355 string path = (uri == nullptr) ? "" : uri.get(); ReadText() local
1402 string path = (uri == nullptr) ? "" : uri.get(); ReadArrayBuffer() local
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dcopy.cpp191 bool Copy::IsDirectory(const std::string &path, int &errCode) in IsDirectory() argument
204 bool Copy::IsFile(const std::string &path, int &errCode) in IsFile() argument
224 tuple<int, uint64_t> Copy::GetFileSize(const std::string &path) in GetFileSize() argument
277 int Copy::MakeDir(const string &path) in MakeDir() argument
353 GetRealPath(const std::string& path) GetRealPath() argument
369 GetDirSize(std::shared_ptr<FileInfos> infos, std::string path) GetDirSize() argument
[all...]
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_dfile.c56 char *path; member
219 static int32_t CheckSetStoragePathPara(int32_t sessionId, const char *path) in CheckSetStoragePathPara() argument
235 int32_t NSTACKX_DFileSetStoragePath(int32_t sessionId, const char *path) in NSTACKX_DFileSetStoragePath() argument
340 CreateStoragePathListCtx(const DFileSession *session, const char *path[], const uint16_t *pathType, uint16_t pathNum) CreateStoragePathListCtx() argument
385 CheckSetStoragePathListPara(int32_t sessionId, const char *path[], const uint16_t *pathType, uint16_t pathNum) CheckSetStoragePathListPara() argument
401 NSTACKX_DFileSetStoragePathList(int32_t sessionId, const char *path[], const uint16_t *pathType, uint16_t pathNum) NSTACKX_DFileSetStoragePathList() argument
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/user/src/
H A Dmount_manager.cpp407 bool MountManager::CheckMaps(const std::string &path, const std::string &prefix, std::list<std::string> &mountFailList) in CheckMaps() argument
442 CheckSymlink(const std::string &path, const std::string &prefix, std::list<std::string> &mountFailList) CheckSymlink() argument
468 CloudMount(int32_t userId, const string& path) CloudMount() argument
582 ParseSandboxPath(string &path, const string &userId, const string &bundleName) ParseSandboxPath() argument
824 std::string path = SANDBOX_ROOT_PATH + to_string(userId) + "/" + SCENE_BOARD_BUNDLE_NAME + PUBLIC_DIR_SANDBOX_PATH; DeleteSceneDir() local
894 const string path = cloudMntArgs.GetFullCloud(); CloudUMount() local
1025 std::string path = StringPrintf(dir.path.c_str(), userId); PrepareFileManagerDir() local
1124 std::string path = StringPrintf(dir.path.c_str(), userId); CreateVirtualDirs() local
1196 std::string path = StringPrintf(dir.path.c_str(), userId); RestoreconSystemServiceDirs() local
1208 std::string path = StringPrintf(dir.path.c_str(), userId); CreateSystemServiceDirs() local
1221 std::string path = StringPrintf(dir.path.c_str(), userId); DestroySystemServiceDirs() local
1267 std::string path = StringPrintf(dir.path.c_str(), userId); CheckMountFileByUser() local
1280 CloudDirFlag(const std::string &path) CloudDirFlag() argument
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/innerkits_impl/src/
H A Dstorage_manager_proxy.cpp1381 int32_t StorageManagerProxy::NotifyMtpMounted(const std::string &id, const std::string &path, const std::string &desc, in NotifyMtpMounted() argument
1421 int32_t StorageManagerProxy::NotifyMtpUnmounted(const std::string &id, const std::string &path) in NotifyMtpUnmounted() argument
687 NotifyVolumeMounted(std::string volumeId, int32_t fsType, std::string fsUuid, std::string path, std::string description) NotifyVolumeMounted() argument
[all...]
/foundation/filemanagement/user_file_service/interfaces/inner_api/file_access/src/
H A Dfile_access_helper.cpp56 static bool GetBundleNameFromPath(const std::string &path, std::string &bundleName) in GetBundleNameFromPath() argument
150 std::string path = "/" + uri.GetAuthority() + uri.GetPath(); in GetConnectExtensionInfo() local
331 std::string path = "/" + uri.GetAuthority() + uri.GetPath(); in GetProxyByUri() local
[all...]
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/drawing_ndk/include/
H A Ddrawing_text_typography.h202 char* path; member
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/recording/
H A Drecording_canvas.cpp167 void RecordingCanvas::DrawPath(const Path& path) in DrawPath() argument
188 void RecordingCanvas::DrawShadow(const Path& path, const Point3& planeParams, const Point3& devLightPos, in DrawShadow() argument
201 void RecordingCanvas::DrawShadowStyle(const Path& path, const Point3& planeParams, const Point3& devLightPos, in DrawShadowStyle() argument
482 void RecordingCanvas::ClipPath(const Path& path, ClipO argument
[all...]
H A Dcmd_list_helper.cpp322 auto path = GetPathFromCmdList(cmdList, symbolHandle.pathHandle); in GetSymbolFromCmdList() local
487 OpDataHandle CmdListHelper::AddPathToCmdList(CmdList& cmdList, const Path& path) in AddPathToCmdList() argument
515 auto path = std::make_shared<Path>(); in GetPathFromCmdList() local
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/quota/
H A Dquota_manager.cpp248 int32_t QuotaManager::SetQuotaPrjId(const std::string &path, int32_t prjId, bool inherit) in SetQuotaPrjId() argument
382 std::string path = pathBeforeWildCard + entry->d_name; GetPathWildCard() local
400 std::string path = subDir + FILE_SEPARATOR_CHAR + entry->d_name; GetPathWildCard() local
517 ExcludeFilter(std::map<std::string, bool> &excludesMap, const std::string &path) ExcludeFilter() argument
549 CheckIfDirForIncludes(const std::string &path, BundleStatsParas &paras, std::map<std::string, std::string> &pathMap, std::ofstream &statFile, std::map<std::string, bool> &excludesMap) CheckIfDirForIncludes() argument
590 PhysicalToSandboxPath(const std::string &dir, const std::string &sandboxDir, const std::string &path) PhysicalToSandboxPath() argument
629 CheckOverLongPath(const std::string &path) CheckOverLongPath() argument
640 InsertStatFile(const std::string &path, struct FileStat fileStat, std::ofstream &statFile, std::map<std::string, bool> &excludesMap, BundleStatsParas &paras) InsertStatFile() argument
689 std::string path = filePath + entry->d_name; GetIncludesFileStats() local
[all...]
/foundation/filemanagement/storage_service/services/storage_manager/mock/
H A Dstorage_manager_proxy_mock.cpp308 int32_t StorageManagerProxy::NotifyMtpMounted(const std::string &id, const std::string &path, const std::string &desc, in NotifyMtpMounted() argument
314 int32_t StorageManagerProxy::NotifyMtpUnmounted(const std::string &id, const std::string &path) in NotifyMtpUnmounted() argument
150 NotifyVolumeMounted(std::string volumeId, int32_t fsType, std::string fsUuid, std::string path, std::string description) NotifyVolumeMounted() argument
/foundation/graphic/graphic_2d/rosen/modules/2d_graphics/src/drawing/engine_adapter/skia_adapter/
H A Dskia_path.cpp392 void SkiaPath::SetPath(const SkPath& path) in SetPath() argument
/test/testfwk/arkxtest/uitest/napi/
H A Duitest_napi.cpp362 auto path = paramList.at(INDEX_ZERO).get<string>(); in PreprocessTransaction() local
/test/xts/acts/commonlibrary/ark_runtime/ark_runtime_jsvm_test/entry/src/main/cpp/jsvmtest/unittests/
H A Dtest_wasm.cpp89 static void ReadBinaryFile(const char *path, std::vector<uint8_t> &buffer) in ReadBinaryFile() argument
112 static void ReadBinaryFile(const std::string &path, std::vector<uint8_t> &buffer) in ReadBinaryFile() argument
117 static void WriteBinaryFile(const char *path, const uint8_t *data, size_t byteLength) in WriteBinaryFile() argument
123 static void ReadTextFile(const char *path, st argument
132 ReadTextFile(const std::string &path, std::string &content) ReadTextFile() argument
137 CompileWasmModule(const char *path) CompileWasmModule() argument
148 CompileWasmModule(const std::string &path) CompileWasmModule() argument
195 std::string path = wasmPath + "add.wasm"; WebAssemblyDemo() local
[all...]
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstdiondk.cpp176 char path[SBUF_SIZE] = "/data/storage/el2/base/files/Fzl.txt"; in Feof() local
477 char path[] = "/data/storage/el2/base/files/testRemove.txt"; in Remove() local
622 char path[PATH_MAX] = {0}; in Setvbuf() local
/test/xts/hats/hdf/camera/cameraHdi/v4l2/src/
H A Dtest_display.cpp51 char path[pathLen] = {0}; in StoreImage() local
126 char path[pathLen] = {0}; in OpenVideoFile() local
201 char path[PATH_MAX] = {0}; SaveYUV() local
[all...]
/test/xts/hats/hdf/camera/cameraMg/v1_3/src/
H A Dhdi_common_v1_3.cpp51 char path[PATH_MAX] = {0}; in DumpImageFile() local
/test/xts/acts/commonlibrary/thirdparty/musl32/entry/src/main/cpp/
H A Dfnmatchndk32.cpp167 char path[SIZE_64] = {PARAM_0}; in UTimeNsAt_time64() local
296 const char *path = "/system/lib/extensionability/libstatic_subscriber_extension_module.z.so"; in DlSym_time64() local

Completed in 40 milliseconds

1...<<131132133134135136137138139140>>...163