Home
last modified time | relevance | path

Searched defs:path (Results 3901 - 3925 of 5646) sorted by relevance

1...<<151152153154155156157158159160>>...226

/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
/kernel/linux/linux-5.10/drivers/acpi/
H A Dutils.c487 const char *path; in acpi_handle_printk() local
519 const char *path; __acpi_handle_debug() local
[all...]
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/spufs/
H A Dinode.c279 static int spufs_context_open(struct path *path) in spufs_context_open() argument
410 struct path path = {.mnt = mnt, .dentry = dentry}; in spufs_create_context() local
498 static int spufs_gang_open(struct path *path) in spufs_gang_open() argument
526 struct path path = {.mnt = mnt, .dentry = dentry}; spufs_create_gang() local
543 spufs_create(struct path *path, struct dentry *dentry, unsigned int flags, umode_t mode, struct file *filp) spufs_create() argument
[all...]
/kernel/linux/linux-5.10/arch/powerpc/kexec/
H A Dfile_load_64.c563 char path[NODE_PATH_LEN]; in add_usable_mem_property() local
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dsys_parisc.c281 asmlinkage long parisc_truncate64(const char __user * path, in parisc_truncate64() argument
295 asmlinkage long sys_truncate64(const char __user * path, unsigned long length) in sys_truncate64() argument
309 asmlinkage long parisc_truncate64(const char __user * path, in parisc_truncate64() argument

Completed in 35 milliseconds

1...<<151152153154155156157158159160>>...226