/kernel/liteos_a/syscall/ |
H A D | time_syscall.c | 45 int SysUtime(const char *path, const struct utimbuf *ptimes) in SysUtime() argument 51 if (path == NULL) { in SysUtime() 62 ret = LOS_StrncpyFromUser(spath, path, PATH_MAX + 1); in SysUtime() 68 PRINT_ERR("%s[%d], path exceeds maxlen: %d\n", __FUNCTION__, __LINE__, PATH_MAX); in SysUtime()
|
/kernel/linux/linux-6.6/sound/xen/ |
H A D | xen_snd_front_evtchnl.c | 337 const char *path, const char *node_ring, in evtchnl_publish() 344 ret = xenbus_printf(xbt, path, node_ring, "%u", channel->gref); in evtchnl_publish() 351 ret = xenbus_printf(xbt, path, node_chnl, "%u", channel->port); in evtchnl_publish() 335 evtchnl_publish(struct xenbus_transaction xbt, struct xen_snd_front_evtchnl *channel, const char *path, const char *node_ring, const char *node_chnl) evtchnl_publish() argument
|
/kernel/linux/linux-6.6/scripts/ |
H A D | checkkconfigsymbols.py | 302 ".log" in gitfile or os.path.isdir(gitfile) or \ 390 if not os.path.exists(sfile): 438 if not os.path.exists(kfile):
|
/foundation/arkui/ace_engine/frameworks/core/components/custom_paint/ |
H A D | rosen_render_custom_paint.cpp | 430 SkPath path; in FillRect() local 431 path.addRect(skRect); in FillRect() 432 RosenDecorationPainter::PaintShadow(path, shadow_, skCanvas_.get()); in FillRect() 459 RSRecordingPath path; in FillRect() 460 path.AddRect(drawingRect); in FillRect() 461 RosenDecorationPainter::PaintShadow(path, shadow_, drawingCanvas_.get()); in FillRect() 497 SkPath path; in StrokeRect() local 498 path.addRect(skRect); in StrokeRect() 499 RosenDecorationPainter::PaintShadow(path, shadow_, skCanvas_.get()); in StrokeRect() 522 RSRecordingPath path; in StrokeRect() 1326 ParsePath2D(const Offset& offset, const RefPtr<CanvasPath2D>& path) ParsePath2D() argument 1442 Fill(const Offset& offset, const RefPtr<CanvasPath2D>& path) Fill() argument 1509 Stroke(const Offset& offset, const RefPtr<CanvasPath2D>& path) Stroke() argument 1901 Clip(const RefPtr<CanvasPath2D>& path) Clip() argument 2807 GetJsonData(const std::string& path) global() argument [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | disk-io.c | 1285 struct btrfs_path *path, in read_tree_root_path() 1298 ret = btrfs_find_root(tree_root, key, path, in read_tree_root_path() 1330 struct btrfs_path *path; in btrfs_read_tree_root() local 1332 path = btrfs_alloc_path(); in btrfs_read_tree_root() 1333 if (!path) in btrfs_read_tree_root() 1335 root = read_tree_root_path(tree_root, path, key); in btrfs_read_tree_root() 1336 btrfs_free_path(path); in btrfs_read_tree_root() 1546 struct btrfs_path *path; in btrfs_get_root_ref() local 1590 path = btrfs_alloc_path(); in btrfs_get_root_ref() 1591 if (!path) { in btrfs_get_root_ref() 1284 read_tree_root_path(struct btrfs_root *tree_root, struct btrfs_path *path, struct btrfs_key *key) read_tree_root_path() argument 1669 btrfs_get_fs_root_commit_root(struct btrfs_fs_info *fs_info, struct btrfs_path *path, u64 objectid) btrfs_get_fs_root_commit_root() argument 4804 struct btrfs_path *path; btrfs_find_highest_objectid() local [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/test/unittest/ |
H A D | jpeg_decoder_ex_test.cpp | 1187 std::string path = ""; in HWTEST_F() local 1189 int32_t result = jpegDecoder->ModifyImageProperty(0, key, value, path); in HWTEST_F() 1208 std::string path = ""; in HWTEST_F() local 1210 int32_t result = jpegDecoder->ModifyImageProperty(0, key, value, path); in HWTEST_F() 1229 std::string path = ""; in HWTEST_F() local 1231 int32_t result = jpegDecoder->ModifyImageProperty(0, key, value, path); in HWTEST_F() 1250 std::string path = ""; in HWTEST_F() local 1272 std::string path = ""; in HWTEST_F() local 1404 const std::string path = " "; in HWTEST_F() local 1405 int32_t result = jpegDecoder->ModifyImageProperty(index, key, value, path); in HWTEST_F() [all...] |
/kernel/linux/linux-5.10/fs/nfsd/ |
H A D | nfs4recover.c | 654 struct path path; in nfs4_reset_recoverydir() local 656 status = kern_path(recdir, LOOKUP_FOLLOW, &path); in nfs4_reset_recoverydir() 660 if (d_is_dir(path.dentry)) { in nfs4_reset_recoverydir() 664 path_put(&path); in nfs4_reset_recoverydir() 2014 struct path path; in nfsd4_client_tracking_init() local 2046 status = kern_path(nfs4_recoverydir(), LOOKUP_FOLLOW, &path); in nfsd4_client_tracking_init() 2048 status = d_is_dir(path.dentry); in nfsd4_client_tracking_init() 2049 path_put(&path); in nfsd4_client_tracking_init() [all...] |
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | nfs4recover.c | 654 struct path path; in nfs4_reset_recoverydir() local 656 status = kern_path(recdir, LOOKUP_FOLLOW, &path); in nfs4_reset_recoverydir() 660 if (d_is_dir(path.dentry)) { in nfs4_reset_recoverydir() 664 path_put(&path); in nfs4_reset_recoverydir() 2014 struct path path; in nfsd4_client_tracking_init() local 2046 status = kern_path(nfs4_recoverydir(), LOOKUP_FOLLOW, &path); in nfsd4_client_tracking_init() 2048 status = d_is_dir(path.dentry); in nfsd4_client_tracking_init() 2049 path_put(&path); in nfsd4_client_tracking_init() [all...] |
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_iter.c | 571 static int do_read(const char *path, const char *expected) in do_read() argument 575 iter_fd = open(path, O_RDONLY); in do_read() 577 path, strerror(errno))) in do_read() 587 const char *path = "/sys/fs/bpf/bpf_iter_test1"; in test_file_iter() local 601 /* unlink this path if it exists. */ in test_file_iter() 602 unlink(path); in test_file_iter() 604 err = bpf_link__pin(link, path); in test_file_iter() 605 if (CHECK(err, "pin_iter", "pin_iter to %s failed: %d\n", path, err)) in test_file_iter() 608 err = do_read(path, "abcd"); in test_file_iter() 624 do_read(path, "ABC in test_file_iter() [all...] |
/foundation/ability/dmsfwk/services/dtbschedmgr/src/softbus_adapter/allconnectmgr/ |
H A D | dsched_all_connect_manager.cpp | 96 char path[PATH_MAX + 1] = {0}; in GetServiceCollaborationManagerProxy() local 97 if (resolvedPath.length() > PATH_MAX || realpath(resolvedPath.c_str(), path) == nullptr) { in GetServiceCollaborationManagerProxy() 98 HILOGE("Check all connect so real path failed, resolvedPath [%{public}s].", in GetServiceCollaborationManagerProxy()
|
/foundation/arkui/ace_engine/frameworks/bridge/card_frontend/ |
H A D | card_frontend.h | 154 void SetCardHapPath(const std::string& path) in SetCardHapPath() argument 156 cardHapPath_ = path; in SetCardHapPath()
|
/foundation/arkui/ace_engine/test/component_test/tools/previewer_host/main/ |
H A D | collect_results_and_visualize.js | 20 const path = require("path"); 313 fs.writeFileSync(path.join(resultPath, htmlName), htmlContent);
|
/foundation/arkui/ace_engine/frameworks/core/components_ng/svg/parse/ |
H A D | svg_animation.cpp | 147 attr.path = val; in SetAttr() 186 SetPath(animateAttr_.path); in UpdateAttr()
|
/foundation/bundlemanager/app_domain_verify/test/unittest/common/bean_parcel_test/ |
H A D | bean_parcel_test.cpp | 71 skillUri.path = "path"; in HWTEST_F() 120 skillUri.path = "path"; in HWTEST_F()
|
/foundation/bundlemanager/app_domain_verify/test/unittest/common/bean_test/ |
H A D | bean_test.cpp | 65 skillUri.path = "path"; in HWTEST_F() 75 ASSERT_TRUE(unmarshalling->path == "path"); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ |
H A D | installd_client.h | 39 * @param bundleDir Indicates the bundle code directory path that to be created. 45 * @param srcModulePath Indicates the HAP file path. 46 * @param targetPath normal files decompression path. 47 * @param targetSoPath so files decompression path. 54 * @brief Rename the module directory from temporaily path to the real path. 55 * @param oldPath Indicates the old path name. 56 * @param newPath Indicates the new path name. 71 * @param bundleName Indicates the bundleName data directory path that to be created. 78 * @param ModuleDir Indicates the module data directory path tha [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/slider/ |
H A D | slider_content_modifier.h | 289 void DrawBlockShapePath(DrawingContext& context, RefPtr<Path>& path); 347 RSPath path; member
|
/foundation/bundlemanager/app_domain_verify/interfaces/inner_api/client/src/ |
H A D | app_domain_verify_mgr_client.cpp | 202 bool AppDomainVerifyMgrClient::IsValidPath(const std::string& path) in IsValidPath() argument 204 const char* bematch = path.c_str(); in IsValidPath() 224 APP_DOMAIN_VERIFY_HILOGI(APP_DOMAIN_VERIFY_MGR_MODULE_CLIENT, "is valid path"); in IsValidPath() 241 APP_DOMAIN_VERIFY_HILOGW(APP_DOMAIN_VERIFY_MGR_MODULE_CLIENT, "short path is more than one"); in IsValidUrl() 246 "short path:%{public}s must only contains number,alphabet or dash line!", segments[0].c_str()); in IsValidUrl()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/include/ipc/ |
H A D | installd_interface.h | 40 * @param bundleDir Indicates the bundle code directory path that to be created. 49 * @param srcModulePath Indicates the HAP file path. 50 * @param targetPath normal files decompression path. 51 * @param targetSoPath so files decompression path. 107 * @brief Rename the module directory from temporaily path to the real path. 108 * @param oldPath Indicates the old path name. 109 * @param newPath Indicates the new path name. 132 * @param bundleDir Indicates the bundle data directory path that to be created. 143 * @param ModuleDir Indicates the module data directory path tha 315 IsExistFile(const std::string &path, bool &isExist) IsExistFile() argument 320 IsExistApFile(const std::string &path, bool &isExist) IsExistApFile() argument [all...] |
H A D | installd_proxy.h | 35 * @param bundleDir Indicates the bundle code directory path that to be created. 41 * @param srcModulePath Indicates the HAP file path. 42 * @param targetPath normal files decompression path. 43 * @param targetSoPath so files decompression path. 75 * @brief Rename the module directory from temporaily path to the real path through a proxy object. 76 * @param oldPath Indicates the old path name. 77 * @param newPath Indicates the new path name. 91 * @param bundleDir Indicates the bundle data directory path that to be created. 99 * @param ModuleDir Indicates the module data directory path tha [all...] |
/foundation/bundlemanager/bundle_framework/services/bundlemgr/src/ |
H A D | bundle_stream_installer_host_impl.cpp | 85 for (const auto &path : installParam_.sharedBundleDirPaths) { in UnInit() 86 BundleUtil::DeleteDir(path); in UnInit() 125 // to prevent the hap copied to relevant path in CreateStream() 183 // to prevent the sig copied to relevant path in CreateSignatureFileStream() 230 // to prevent the hsp copied to relevant path in CreateSharedBundleStream() 285 // to prevent the pgo copied to relevant path in CreatePgoFileStream()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text/ |
H A D | text_testsix_ng.cpp | 218 RSPath path = RSPath(); in HWTEST_F() local 220 modifier.PaintBackground(path, rsCanvas, mockPattern); in HWTEST_F()
|
/foundation/bundlemanager/bundle_framework/services/bundlemgr/test/mock/src/ |
H A D | mock_installd_host_impl.cpp | 179 ErrCode InstalldHostImpl::IsExistFile(const std::string &path, bool &isExist)
in IsExistFile() argument 184 ErrCode InstalldHostImpl::IsExistApFile(const std::string &path, bool &isExist)
in IsExistApFile() argument
|
H A D | mock_install_client.cpp | 198 ErrCode InstalldClient::IsExistFile(const std::string &path, bool &isExist) in IsExistFile() argument 203 ErrCode InstalldClient::IsExistApFile(const std::string &path, bool &isExist) in IsExistApFile() argument
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/animation/ |
H A D | rs_path_animation_test.cpp | 211 string path = "PATH"; in HWTEST_F() local 218 rsPathAnimation.PreProcessPath(path, startValue, endValue); in HWTEST_F()
|