Home
last modified time | relevance | path

Searched refs:path (Results 10251 - 10275 of 10795) sorted by relevance

1...<<411412413414415416417418419420>>...432

/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1586 path: *const ::c_char, in utimensat()
1916 path: *const ::c_char, in posix_spawn()
1938 path: *const ::c_char, in posix_spawn_file_actions_addopen()
/third_party/python/Lib/test/test_asyncio/
H A Dtest_base_events.py1716 with test_utils.unix_socket_path() as path:
1718 sock.bind(path)
1723 path, family=socket.AF_UNIX)
/third_party/skia/modules/skparagraph/src/
H A DParagraphImpl.cpp599 // fast path in GetLineFontMetrics()
607 // text breaking did not go to fast path and we did not have cached layout in GetLineFontMetrics()
666 void ParagraphImpl::paint(ParagraphPainter* painter, RSPath* path, SkScalar hOffset, SkScalar vOffset) { in GetLineFontMetrics() argument
679 hOffset += align * (fMaxIntrinsicWidth - style.getLetterSpacing() - path->GetLength(false)); in GetLineFontMetrics()
681 line.paint(painter, path, hOffset, vOffset); in GetLineFontMetrics()
/third_party/rust/crates/syn/src/gen/
H A Dvisit.rs1769 v.visit_path(&node.path); in visit_expr_path()
1841 v.visit_path(&node.path); in visit_expr_struct()
2782 v.visit_path(&node.path); in visit_macro()
2844 v.visit_path(&node.path); in visit_meta_list()
2854 v.visit_path(&node.path); in visit_meta_name_value()
3029 v.visit_path(&node.path); in visit_pat_struct()
3066 v.visit_path(&node.path); in visit_pat_tuple_struct()
3311 v.visit_path(&node.path); in visit_trait_bound()
3610 v.visit_path(&node.path); in visit_type_path()
3800 v.visit_path(&*node.path); in visit_vis_restricted()
[all...]
/foundation/ability/ability_runtime/frameworks/native/appkit/app/
H A Dmain_thread.cpp178 // libraries in patch lib path has a higher priority when loading. in GetNativeLibPath()
181 TAG_LOGD(AAFwkTag::APPKIT, "lib path = %{private}s", patchLibPath.c_str()); in GetNativeLibPath()
192 TAG_LOGD(AAFwkTag::APPKIT, "lib path = %{private}s", libPath.c_str()); in GetNativeLibPath()
1384 "MainThread::handleLaunchApplication %{public}s need add app detail ability library path", in HandleLaunchApplication()
1778 TAG_LOGD(AAFwkTag::APPKIT, "handle entries for: %{public}s, with path: %{public}s", in CalcNativeLiabraryEntries()
1786 TAG_LOGI(AAFwkTag::APPKIT, "module lib path: %{public}s", libPath.c_str()); in CalcNativeLiabraryEntries()
1802 TAG_LOGW(AAFwkTag::APPKIT, "Native library path is empty"); in CalcNativeLiabraryEntries()
1811 TAG_LOGD(AAFwkTag::APPKIT, "native library path = %{public}s", libPath.c_str()); in CalcNativeLiabraryEntries()
1843 TAG_LOGD(AAFwkTag::APPKIT, "Load libformrender.z.so from native lib path."); in LoadNativeLibrary()
2709 const char *path in LoadAceAbilityLibrary() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/event/
H A Ddrag_event.cpp2289 RSPath path; in PrepareShadowParametersForDragData() local
2290 if (path.BuildFromSVGString(stringPath)) { in PrepareShadowParametersForDragData()
2294 path.Transform(matrix); in PrepareShadowParametersForDragData()
2295 stringPath = path.ConvertToSVGString(); in PrepareShadowParametersForDragData()
/foundation/multimedia/av_codec/test/unittest/avsource_test/
H A Davsource_unit_test.cpp1522 string path = TEST_FILE_PATH + string("avcc_aac_mp3.mp4"); in HWTEST_F() local
1523 fd_ = OpenFile(path); in HWTEST_F()
1524 size_ = GetFileSize(path); in HWTEST_F()
1525 printf("---- %s ----\n", path.c_str()); in HWTEST_F()
/foundation/multimedia/media_library/frameworks/services/media_backup_extension/src/
H A Dclone_restore.cpp618 static std::string GetThumbnailLocalPath(const string path) in GetThumbnailLocalPath() argument
621 if (path.length() <= cloudDirLength || path.substr(0, cloudDirLength).compare(RESTORE_FILES_CLOUD_DIR) != 0) { in GetThumbnailLocalPath()
625 std::string suffixStr = path.substr(cloudDirLength); in GetThumbnailLocalPath()
705 MEDIA_ERR_LOG("Prepare thumbnail dir path failed"); in MoveThumbnailDir()
739 MEDIA_INFO_LOG("Thumbnail dose not exist, id:%{public}d, path:%{public}s", in MoveThumbnail()
745 MEDIA_ERR_LOG("Move thumbnail failed, id:%{public}d, path:%{public}s", in MoveThumbnail()
754 MEDIA_ERR_LOG("Astc does not exist, id:%{public}d, path:%{public}s", in MoveThumbnail()
760 MEDIA_ERR_LOG("Move astc failed, id:%{public}d, path:%{public}s", in MoveThumbnail()
1356 MEDIA_ERR_LOG("Create Asset Path failed, errCode=%{public}d, path in PrepareCloudPath()
[all...]
/foundation/multimedia/player_framework/services/services/screen_capture/server/
H A Dscreen_capture_server.cpp1639 std::shared_ptr<PixelMap> ScreenCaptureServer::GetPixelMap(std::string path) in GetPixelMap() argument
1645 ImageSource::CreateImageSource(path, opts, errorCode); in GetPixelMap()
1652 std::shared_ptr<PixelMap> ScreenCaptureServer::GetPixelMapSvg(std::string path, int32_t width, int32_t height) in GetPixelMapSvg() argument
1658 ImageSource::CreateImageSource(path, opts, errorCode); in GetPixelMapSvg()
/kernel/linux/linux-5.10/security/smack/
H A Dsmack_lsm.c1229 * @path: path to extract the info from
1233 static int smack_inode_getattr(const struct path *path) in smack_inode_getattr() argument
1236 struct inode *inode = d_backing_inode(path->dentry); in smack_inode_getattr()
1240 smk_ad_setfield_u_fs_path(&ad, *path); in smack_inode_getattr()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-script.c32 #include "util/path.h"
303 if (asprintf(&es->filename, "%s.%s.dump", data->file.path, evsel__name(evsel)) < 0) in evsel_script__new()
3108 .path = input_name, in find_scripts()
3546 OPT_BOOLEAN('\0', "show-kernel-path", &symbol_conf.show_kernel_path, in cmd_script()
3547 "Show the path of [kernel.kallsyms]"), in cmd_script()
3576 OPT_BOOLEAN(0, "full-source-path", &srcline_full_filename, in cmd_script()
3577 "Show full source file name path for source lines"), in cmd_script()
3627 data.path = input_name; in cmd_script()
3872 input = open(data.path, O_RDONLY); /* input_name */ in cmd_script()
/kernel/linux/linux-5.10/fs/ext4/
H A Dext4.h642 /* Caller is from the delayed allocation writeout path
645 /* caller is from the direct IO path, request to creation of an
2888 extern int ext4_getattr(const struct path *, struct kstat *, u32, unsigned int);
2891 extern int ext4_file_getattr(const struct path *, struct kstat *, u32, unsigned int);
3583 struct ext4_ext_path *path);
3592 extern ext4_lblk_t ext4_ext_next_allocated_block(struct ext4_ext_path *path);
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c304 * Output path helpers
343 NV_ERROR(drm, "error acquiring output path: %d\n", ret); in nv50_outp_acquire()
1341 const char *path, struct nv50_mstc **pmstc) in nv50_mstc_new()
1376 drm_connector_set_path_property(&mstc->connector, path); in nv50_mstc_new()
1433 struct drm_dp_mst_port *port, const char *path) in nv50_mstm_add_connector()
1439 ret = nv50_mstc_new(mstm, port, path, &mstc); in nv50_mstm_add_connector()
1558 * path to protect mstm->is_mst without potentially deadlocking in nv50_mstm_fini()
2140 /* Disable output path(s). */ in nv50_disp_atomic_commit_tail()
2179 /* Update output path(s). */ in nv50_disp_atomic_commit_tail()
1340 nv50_mstc_new(struct nv50_mstm *mstm, struct drm_dp_mst_port *port, const char *path, struct nv50_mstc **pmstc) nv50_mstc_new() argument
1432 nv50_mstm_add_connector(struct drm_dp_mst_topology_mgr *mgr, struct drm_dp_mst_port *port, const char *path) nv50_mstm_add_connector() argument
/kernel/linux/linux-5.10/drivers/pci/
H A Dpci.c237 * pci_dev_str_match_path - test if a path string matches a device
239 * @path: string to match the device against
243 * path of device/function addresses matches a PCI device. The string must
248 * A path for a device can be obtained using 'lspci -t'. Using a path
255 static int pci_dev_str_match_path(struct pci_dev *dev, const char *path, in pci_dev_str_match_path() argument
263 *endptr = strchrnul(path, ';'); in pci_dev_str_match_path()
265 wpath = kmemdup_nul(path, *endptr - path, GFP_ATOMIC); in pci_dev_str_match_path()
335 * bus renumbering issues, a path o
[all...]
/kernel/linux/linux-6.6/fs/ext4/
H A Dext4.h689 /* Caller is from the delayed allocation writeout path
692 /* caller is from the direct IO path, request to creation of an
2980 extern int ext4_getattr(struct mnt_idmap *, const struct path *,
2984 extern int ext4_file_getattr(struct mnt_idmap *, const struct path *,
3687 struct ext4_ext_path *path);
3696 extern ext4_lblk_t ext4_ext_next_allocated_block(struct ext4_ext_path *path);
/kernel/linux/linux-6.6/fs/ceph/
H A Dfile.c69 * - direct io takes the variant of the sync path that references
577 char *path = ceph_mdsc_build_path(req->r_dentry, &pathlen, in ceph_async_create_cb() local
580 pr_warn("async create failure path=(%llx)%s result=%d!\n", in ceph_async_create_cb()
581 base, IS_ERR(path) ? "<<bad>>" : path, result); in ceph_async_create_cb()
582 ceph_mdsc_free_path(path, pathlen); in ceph_async_create_cb()
/kernel/linux/linux-6.6/security/smack/
H A Dsmack_lsm.c1259 * @path: path to extract the info from
1263 static int smack_inode_getattr(const struct path *path) in smack_inode_getattr() argument
1266 struct inode *inode = d_backing_inode(path->dentry); in smack_inode_getattr()
1270 smk_ad_setfield_u_fs_path(&ad, *path); in smack_inode_getattr()
/third_party/f2fs-tools/fsck/
H A Dfsck.c2455 if (!c.devices[i].path) in check_curseg_write_pointer()
3061 dev->path); in chk_and_fix_wp_with_sit()
3091 if (!c.devices[i].path) in fix_wp_sit_alignment()
3099 c.devices[i].path); in fix_wp_sit_alignment()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs2681 path: *const ::c_char, in utimensat()
2969 path: *const ::c_char, in posix_spawn()
3030 path: *const ::c_char, in posix_spawn_file_actions_addopen()
3052 pub fn inotify_add_watch(fd: ::c_int, path: *const ::c_char, mask: u32) -> ::c_int; in inotify_add_watch()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
H A Dcapture_gles_ext_params.cpp2059 PathID path, in CapturePathCommandsCHROMIUM_commands()
2072 PathID path, in CapturePathCommandsCHROMIUM_coords()
2085 PathID path, in CaptureGetPathParameterfvCHROMIUM_value()
2095 PathID path, in CaptureGetPathParameterivCHROMIUM_value()
2057 CapturePathCommandsCHROMIUM_commands(const State &glState, bool isCallValid, PathID path, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords, ParamCapture *paramCapture) CapturePathCommandsCHROMIUM_commands() argument
2070 CapturePathCommandsCHROMIUM_coords(const State &glState, bool isCallValid, PathID path, GLsizei numCommands, const GLubyte *commands, GLsizei numCoords, GLenum coordType, const void *coords, ParamCapture *paramCapture) CapturePathCommandsCHROMIUM_coords() argument
2083 CaptureGetPathParameterfvCHROMIUM_value(const State &glState, bool isCallValid, PathID path, GLenum pname, GLfloat *value, ParamCapture *paramCapture) CaptureGetPathParameterfvCHROMIUM_value() argument
2093 CaptureGetPathParameterivCHROMIUM_value(const State &glState, bool isCallValid, PathID path, GLenum pname, GLint *value, ParamCapture *paramCapture) CaptureGetPathParameterivCHROMIUM_value() argument
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/hs20/client/
H A Dosu_client.c108 static int android_update_permission(const char *path, mode_t mode) in android_update_permission() argument
113 if (!path) { in android_update_permission()
114 wpa_printf(MSG_ERROR, "file path null"); in android_update_permission()
120 if (lchown(path, -1, AID_WIFI)) { in android_update_permission()
126 if (chmod(path, mode) < 0) { in android_update_permission()
/third_party/wpa_supplicant/wpa_supplicant-2.9/hs20/client/
H A Dosu_client.c108 static int android_update_permission(const char *path, mode_t mode) in android_update_permission() argument
113 if (!path) { in android_update_permission()
114 wpa_printf(MSG_ERROR, "file path null"); in android_update_permission()
120 if (lchown(path, -1, AID_WIFI)) { in android_update_permission()
126 if (chmod(path, mode) < 0) { in android_update_permission()
/foundation/ai/neural_network_runtime/test/system_test/
H A Dend_to_end_test.cpp381 const fs::path cachePath{CACHE_DIR}; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/property/
H A Drs_properties.h407 void SetClipBounds(const std::shared_ptr<RSPath>& path);
/foundation/multimedia/audio_framework/services/audio_service/test/unittest/
H A Daudio_service_unit_test.cpp197 library.path ="test.so"; in HWTEST()

Completed in 115 milliseconds

1...<<411412413414415416417418419420>>...432