Home
last modified time | relevance | path

Searched refs:path (Results 10076 - 10100 of 10795) sorted by relevance

1...<<401402403404405406407408409410>>...432

/foundation/deviceprofile/device_info_manager/services/core/test/unittest/
H A Ddevice_profile_manager_test.cpp1422 char path[PATH_MAX + 1] = {0x00}; in HWTEST_F() local
1425 if ((soName.length() == 0) || (soName.length() > PATH_MAX) || (realpath(soName.c_str(), path) == nullptr)) { in HWTEST_F()
/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/coap_discover/
H A Dcoap_discover.c135 coap_add_option(pdu, COAP_OPTION_URI_PATH, uriPtr->path.length, uriPtr->path.s); in CoapPackToPdu()
/kernel/linux/linux-5.10/drivers/gpio/
H A Dgpiolib-acpi.c106 * @path: ACPI GPIO controller full path name, (e.g. "\\_SB.GPO1")
114 static struct gpio_desc *acpi_get_gpiod(char *path, int pin) in acpi_get_gpiod() argument
120 status = acpi_get_handle(NULL, path, &handle); in acpi_get_gpiod()
/kernel/linux/linux-5.10/drivers/md/
H A Ddm-zoned-target.c689 static int dmz_get_zoned_device(struct dm_target *ti, char *path, in dmz_get_zoned_device() argument
699 ret = dm_get_device(ti, path, dm_table_get_mode(ti->table), &ddev); in dmz_get_zoned_device()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/
H A Dphy.c1201 * mt7601u_set_rx_path - set rx path in BBP
1203 * @path: rx path to set values are 0-based
1205 void mt7601u_set_rx_path(struct mt7601u_dev *dev, u8 path) in mt7601u_set_rx_path() argument
1207 mt7601u_bbp_rmw(dev, 3, 0x18, path << 3); in mt7601u_set_rx_path()
/kernel/linux/linux-5.10/drivers/video/console/
H A Dsticore.c948 static void sticore_check_for_default_sti(struct sti_struct *sti, char *path) in sticore_check_for_default_sti() argument
951 if (strcmp (path, default_sti_path) == 0) in sticore_check_for_default_sti()
/kernel/linux/linux-5.10/tools/bpf/bpftool/
H A Dmap.c544 jsonw_string(json_wtr, obj->path); in show_map_close_json()
617 printf("\n\tpinned %s", obj->path); in show_map_close_plain()
/kernel/linux/linux-5.10/fs/afs/
H A Dinternal.h1154 extern int afs_getattr(const struct path *, struct kstat *, u32, unsigned int);
1215 extern struct vfsmount *afs_d_automount(struct path *);
/kernel/linux/linux-5.10/fs/ubifs/
H A Dubifs.h1072 * @write_reserve_buf: on the write path we allocate memory, which might
2005 int ubifs_getattr(const struct path *path, struct kstat *stat,
/kernel/linux/linux-5.10/drivers/staging/gasket/
H A Dgasket_core.c1308 char path[256]; in gasket_ioctl() local
1315 d_path(&filp->f_path, path, 256)); in gasket_ioctl()
/kernel/linux/linux-6.6/fs/ceph/
H A Dsuper.h1102 const struct path *path, struct kstat *stat,
/kernel/linux/linux-6.6/fs/afs/
H A Dinternal.h1179 extern int afs_getattr(struct mnt_idmap *idmap, const struct path *,
1241 extern struct vfsmount *afs_d_automount(struct path *);
/kernel/linux/linux-6.6/fs/ntfs3/
H A Dntfs_fs.h498 int ntfs_getattr(struct mnt_idmap *idmap, const struct path *path,
/kernel/linux/linux-6.6/include/linux/
H A Dblkdev.h1489 struct block_device *blkdev_get_by_path(const char *path, blk_mode_t mode,
1493 struct bdev_handle *bdev_open_by_path(const char *path, blk_mode_t mode,
H A Dperf_event.h554 * @path: object file's path for file-based filters
563 struct path path; member
/kernel/linux/linux-6.6/fs/ubifs/
H A Dubifs.h1093 * @write_reserve_buf: on the write path we allocate memory, which might
2035 int ubifs_getattr(struct mnt_idmap *idmap, const struct path *path,
/kernel/linux/linux-6.6/drivers/video/
H A Dsticore.c1016 static void sticore_check_for_default_sti(struct sti_struct *sti, char *path) in sticore_check_for_default_sti() argument
1019 if (strcmp (path, default_sti_path) == 0) in sticore_check_for_default_sti()
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt7601u/
H A Dphy.c1207 * mt7601u_set_rx_path - set rx path in BBP
1209 * @path: rx path to set values are 0-based
1211 void mt7601u_set_rx_path(struct mt7601u_dev *dev, u8 path) in mt7601u_set_rx_path() argument
1213 mt7601u_bbp_rmw(dev, 3, 0x18, path << 3); in mt7601u_set_rx_path()
/kernel/linux/linux-6.6/tools/bpf/bpftool/
H A Dgen.c1637 static int btf_save_raw(const struct btf *btf, const char *path) in btf_save_raw() argument
1648 f = fopen(path, "wb"); in btf_save_raw()
/third_party/f2fs-tools/include/
H A Df2fs_fs.h394 char *path; member
757 __u8 path[MAX_PATH_LEN]; member
/third_party/curl/lib/
H A Dtftp.c465 file name so we skip the always-present first letter of the path in tftp_send_first()
467 result = Curl_urldecode(&state->data->state.up.path[1], 0, in tftp_send_first()
1378 type = strstr(data->state.up.path, ";mode="); in tftp_setup_connection()
/third_party/icu/icu4c/source/test/intltest/
H A Dcsdetest.cpp530 char path[2048]; in DetectionTest() local
531 const char *testFilePath = getPath(path, "csdetest.xml"); in DetectionTest()
534 return; /* Couldn't get path: error message already output. */ in DetectionTest()
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/util/
H A DICUResourceBundleTest.java54 // For now, specify resource path explicitly in this test case in TestGetResources()
787 private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, in getFunctionalEquivalentTestCases() argument
802 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate); in getFunctionalEquivalentTestCases()
/third_party/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
H A DICUResourceBundleTest.java51 // For now, specify resource path explicitly in this test case in TestGetResources()
787 private void getFunctionalEquivalentTestCases(String path, ClassLoader cl, String resName, String keyword, in getFunctionalEquivalentTestCases() argument
802 ULocale equivLocale = ICUResourceBundle.getFunctionalEquivalent(path, cl, resName, keyword, inLocale, isAvail, truncate); in getFunctionalEquivalentTestCases()
/third_party/mesa3d/include/GL/
H A Dglxext.h907 typedef GLXVideoSourceSGIX ( *PFNGLXCREATEGLXVIDEOSOURCESGIXPROC) (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);
910 GLXVideoSourceSGIX glXCreateGLXVideoSourceSGIX (Display *display, int screen, VLServer server, VLPath path, int nodeClass, VLNode drainNode);

Completed in 60 milliseconds

1...<<401402403404405406407408409410>>...432