Home
last modified time | relevance | path

Searched defs:path (Results 3526 - 3550 of 4555) sorted by relevance

1...<<141142143144145146147148149150>>...183

/foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/extension/
H A Dextension_util.cpp396 unsigned char *path = nullptr; in ConvertAssetLeft() local
/foundation/distributeddatamgr/kv_store/frameworks/innerkitsimpl/kvdb/src/
H A Dsingle_store_impl.cpp40 std::string path = options.GetDatabaseDir(); in SingleStoreImpl() local
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/gaussdb_rd/src/oh_adapter/src/
H A Drd_json_object.cpp623 int JsonObject::DeleteItemDeeplyOnTarget(const JsonFieldPath &path) in DeleteItemDeeplyOnTarget() argument
[all...]
/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/storage/src/sqlite/
H A Dsqlite_utils_extend.cpp134 auto path = reinterpret_cast<const char *>(sqlite3_value_text(argv[1])); in JsonExtractByPath() local
210 auto path = reinterpret_cast<const char *>(sqlite3_value_text(argv[1])); in FlatBufferExtractByPath() local
[all...]
/foundation/distributeddatamgr/pasteboard/framework/test/src/
H A Dpaste_data_test.cpp112 std::string path = "/data/local/tmp/pasteboardtest/"; in HWTEST_F() local
139 std::string path = "/data/local/tmp/pasteboardTest/"; in HWTEST_F() local
[all...]
/foundation/distributeddatamgr/relational_store/test/native/rdb/unittest/
H A Drdb_sqlite_shared_result_set_test.cpp933 std::string path = RdbSqliteSharedResultSetTest::store->GetPath(); in HWTEST_F() local
964 std::string path = RdbSqliteSharedResultSetTest::store->GetPath(); in HWTEST_F() local
1000 std::string path = RdbSqliteSharedResultSetTest::store->GetPath(); in HWTEST_F() local
/foundation/distributedhardware/distributed_audio/common/src/
H A Ddaudio_util.cpp527 char path[PATH_MAX + 1] = {0x00}; in SaveFile() local
/foundation/distributeddatamgr/relational_store/test/native/relational_store_test/unittest/
H A Drdb_store_test.cpp1545 std::string path = RdbTest::store->GetPath(); in HWTEST_F() local
1576 std::string path = RdbTest::store->GetPath(); in HWTEST_F() local
1612 std::string path = RdbTest::store->GetPath(); in HWTEST_F() local
/foundation/distributedhardware/distributed_hardware_fwk/services/distributedhardwarefwkservice/src/componentloader/
H A Dcomponent_loader.cpp501 char path[PATH_MAX + 1] = {0x00}; in ParseConfig() local
/foundation/filemanagement/dfs_service/services/cloudsyncservice/src/ipc/
H A Dcloud_sync_service.cpp551 int32_t CloudSyncService::StartDownloadFile(const std::string &path) in StartDownloadFile() argument
565 int32_t CloudSyncService::StopDownloadFile(const std::string &path, bool needClean) in StopDownloadFile() argument
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H A Ddaemon.cpp174 auto path = ConnectionDetector::ParseHmdfsPath(); in OpenP2PConnection() local
213 auto path = ConnectionDetector::ParseHmdfsPath(); in ConnectionCount() local
/foundation/filemanagement/storage_service/services/storage_daemon/crypto/src/
H A Dkey_backup.cpp508 void KeyBackup::CleanFile(const std::string &path) in CleanFile() argument
663 bool KeyBackup::GetRealPath(const std::string &path, st argument
746 GetAttr(const std::string &path, struct FileAttr &attr) GetAttr() argument
759 SetAttr(const std::string &path, struct FileAttr &attr) SetAttr() argument
[all...]
H A Dfbex.cpp104 std::string path = FBEX_UFS_INLINE_SUPPORT_PREFIX + baseAddr + FBEX_UFS_INLINE_SUPPORT_END; in IsFBEXSupported() local
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H A Dsoftbus_handler_asset.cpp502 int32_t SoftBusHandlerAsset::MkDir(const std::string &path, mode_t mode) in MkDir() argument
507 bool SoftBusHandlerAsset::MkDirRecurse(const std::string& path, mode_t mode) in MkDirRecurse() argument
533 IsDir(const std::string &path) IsDir() argument
590 RemoveFile(const std::string &path, bool isRemove) RemoveFile() argument
[all...]
/foundation/filemanagement/app_file_service/interfaces/common/src/
H A Dsandbox_helper.cpp196 static int32_t GetPathSuffix(const std::string &path, string &pathSuffix) in GetPathSuffix() argument
269 string path = sandboxPath; in ParseMediaSandboxPath() local
272 ss << path; ParseMediaSandboxPath() local
413 IsValidPath(const std::string &path) IsValidPath() argument
[all...]
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/remote_file_share/src/
H A Dremote_file_share.cpp132 static int CreateShareDir(const std::string &path) in CreateShareDir() argument
[all...]
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H A Dcopy.cpp140 std::string CopyImpl::GetRealPath(const std::string& path) in GetRealPath() argument
156 bool CopyImpl::IsFile(const std::string &path) in IsFile() argument
167 std::tuple<int, uint64_t> CopyImpl::GetFileSize(const std::string &path) in GetFileSize() argument
217 int CopyImpl::MakeDir(const std::string &path) in MakeDir() argument
294 IsDirectory(const std::string &path) IsDirectory() argument
321 GetDirSize(std::shared_ptr<FileInfos> infos, std::string path) GetDirSize() argument
[all...]
H A Dfile_fs_ffi.cpp123 RetDataI64 FfiOHOSFileFsCreateStream(const char* path, const char* mode) in FfiOHOSFileFsCreateStream() argument
155 RetDataI64 FfiOHOSFileFsLstat(const char* path) in FfiOHOSFileFsLstat() argument
337 int32_t FfiOHOSFileFsMkdir(const char* path, bool recursion, bool isTwoArgs) in FfiOHOSFileFsMkdir() argument
345 int32_t FfiOHOSFileFsRmdir(const char* path) in FfiOHOSFileFsRmdir() argument
369 int32_t FfiOHOSFileFsUnlink(const char* path) in FfiOHOSFileFsUnlink() argument
454 FfiOHOSFileFsAccess(const char* path) FfiOHOSFileFsAccess() argument
486 FfiOHOSFileFsReadLines(char* path, char* encoding) FfiOHOSFileFsReadLines() argument
519 FfiOHOSFileListFile(const char* path, CListFileOptions options) FfiOHOSFileListFile() argument
575 FfiOHOSFileFsReadText(char* path, int64_t offset, bool hasLen, int64_t len, char* encoding) FfiOHOSFileFsReadText() argument
586 FfiOHOSFileFsUtimes(char* path, double mtime) FfiOHOSFileFsUtimes() argument
594 FfiOHOSFileFsCreateWatcher(char* path, uint32_t events, void (*callback)(CWatchEvent)) FfiOHOSFileFsCreateWatcher() argument
[all...]
/foundation/filemanagement/file_api/interfaces/kits/js/src/mod_fs/properties/
H A Dprop_n_exporter.cpp100 string path; member
105 static int UvAccess(const string &path, int mode) in UvAccess() argument
117 static bool IsCloudOrDistributedFilePath(const string &path) in IsCloudOrDistributedFilePath() argument
162 static int HandleLocalCheck(const string &path, int mode) in HandleLocalCheck() argument
193 AccessCore(const string &path, int mode, int flag = DEFAULT_FLAG) AccessCore() argument
401 MkdirCore(const string &path) MkdirCore() argument
412 MkdirExec(const string &path, bool recursion, bool hasOption) MkdirExec() argument
[all...]
/foundation/communication/bluetooth_service/services/bluetooth/service/src/obex/
H A Dobex_client.cpp448 int ObexClient::SetPath(uint8_t flag, const std::u16string &path) in SetPath() argument
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager_client.c627 char *path = NULL; in PackGetTarBlockLen() local
/foundation/filemanagement/user_file_service/services/native/file_access_service/src/
H A Dfile_access_service.cpp154 string path = "/" + uri.GetAuthority() + uri.GetPath(); in GetBundleNameFromUri() local
/foundation/window/window_manager/window_scene/test/unittest/
H A Dscene_session_manager_test5.cpp181 std::string path = "path"; in HWTEST_F() local
204 std::string path; in HWTEST_F() local
236 std::string path; in HWTEST_F() local
277 std::string path = "cachedPath"; HWTEST_F() local
312 std::string path = "cachedPath"; HWTEST_F() local
[all...]
H A Dscene_session_manager_test4.cpp1263 std::string path = "testPath"; in HWTEST_F() local
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dstatndk.cpp126 char path[] = "/data/storage/el2/base/files/Utimensat.txt"; in Utimensat() local
144 char path[] = "/data/storage/el2/base/files/modAt.txt"; in FchModAt() local
156 char path[] = "/data/storage/el2/base/files/mod.txt"; in FchMod() local
169 char path[] = "/data/storage/el2/base/files/Fzl.txt"; Creat() local
184 char path[] = "/data/storage/el2/base/files/Fzl.txt"; Creat64() local
211 char path[SIZE_64] = {PARAM_0}; Fstat() local
229 char path[SIZE_64] = {PARAM_0}; Fstat64() local
247 char path[SIZE_64] = {PARAM_0}; Fstatat() local
265 char path[SIZE_64] = {PARAM_0}; Fstatat64() local
296 char path[length]; MkFifoAt() local
323 char path[length]; MkNodAt() local
371 char path[] = "/data/storage/el2/base/files/mkdir1"; MkDir() local
388 char path[] = "/data/storage/el2/base/files/mkdirat1"; MkDirAt() local
402 char path[BUFSIZE] = {PARAM_0}; MkFiFo() local
[all...]

Completed in 37 milliseconds

1...<<141142143144145146147148149150>>...183