Home
last modified time | relevance | path

Searched refs:path (Results 2076 - 2100 of 11026) sorted by relevance

1...<<81828384858687888990>>...442

/third_party/node/deps/v8/tools/testrunner/local/
H A Dtestsuite.py112 def _path_to_name(self, path):
114 return path.replace(os.path.sep, "/")
116 return path
118 def _create_test(self, path, suite, **kwargs):
121 suite, path, self._path_to_name(path), self.test_config, **kwargs)
175 if os.path.basename(filename) in self.excluded_files:
188 return os.path.relpath(abspath, test_root)
192 test_root = os.path
[all...]
H A Dstatusfile.py71 def __init__(self, path, variables):
77 with open(path) as f:
233 section_rules := {path: outcomes}
303 def PresubmitCheck(path):
304 with open(path) as f:
306 basename = os.path.basename(os.path.dirname(path))
311 print("%s: Error: %s" % (path, message))
330 return any(os.path
[all...]
/third_party/node/tools/gyp/
H A Dtest_gyp.py24 result.extend([os.path.join(root, f) for f in files if is_test_name(f)])
60 "--path", action="append", default=[], help="additional $PATH directory"
80 if args.path:
81 extra_path = [os.path.abspath(p) for p in args.path]
93 if os.path.isdir(arg):
94 tests.extend(find_all_gyptest_files(os.path.normpath(arg)))
96 if not is_test_name(os.path.basename(arg)):
106 os.environ["PYTHONPATH"] = os.path.abspath("test/lib")
150 sys.path
[all...]
/third_party/node/deps/npm/node_modules/cacache/lib/
H A Dentry-index.js13 const path = require('path')
17 const contentPath = require('./content/path')
70 const target = uniqueFilename(path.join(cache, 'tmp'), opts.tmpPrefix)
71 await mkdir(path.dirname(target), { recursive: true })
86 await mkdir(path.dirname(bucket), { recursive: true })
122 await mkdir(path.dirname(bucket), { recursive: true })
186 const bucketPath = path.join(indexDir, bucket)
189 const subbucketPath = path.join(bucketPath, subbucket)
194 const entryPath = path
[all...]
/third_party/node/deps/npm/node_modules/node-gyp/gyp/
H A Dtest_gyp.py24 result.extend([os.path.join(root, f) for f in files if is_test_name(f)])
60 "--path", action="append", default=[], help="additional $PATH directory"
80 if args.path:
81 extra_path = [os.path.abspath(p) for p in args.path]
93 if os.path.isdir(arg):
94 tests.extend(find_all_gyptest_files(os.path.normpath(arg)))
96 if not is_test_name(os.path.basename(arg)):
106 os.environ["PYTHONPATH"] = os.path.abspath("test/lib")
150 sys.path
[all...]
/third_party/node/deps/openssl/openssl/crypto/http/
H A Dhttp_lib.c56 const char *path, *path_end; in OSSL_parse_url() local
102 /* look for start of optional port, path, query, or fragment */ in OSSL_parse_url()
130 /* check for optional path starting with '/' or '?'. Else must start '#' */ in OSSL_parse_url()
131 path = p; in OSSL_parse_url()
132 if (*path != '\0' && *path != '/' && *path != '?' && *path != '#') { in OSSL_parse_url()
136 path_end = query = query_end = frag = frag_end = path + strlen(path); in OSSL_parse_url()
[all...]
/third_party/python/Lib/test/support/
H A Dscript_helper.py8 import os.path namespace
105 # site-packages, and don't add the current directory to sys.path
220 script_name = os.path.join(script_dir, script_filename)
230 zip_name = os.path.join(zip_dir, zip_filename)
236 name_in_zip = os.path.basename(legacy_pyc)
239 name_in_zip = os.path.basename(script_name)
245 return zip_name, os.path.join(zip_name, name_in_zip)
258 init_basename = os.path.basename(init_name)
266 script_name_in_zip = os.path.join(pkg_names[-1], os.path
[all...]
/third_party/python/Lib/distutils/tests/
H A Dtest_sysconfig.py30 if os.path.isfile(TESTFN):
32 elif os.path.isdir(TESTFN):
38 self.assertTrue(os.path.isfile(config_h), config_h)
42 #self.assertTrue(os.path.isdir(lib_dir), lib_dir)
57 self.assertTrue(os.path.isabs(srcdir), srcdir)
58 self.assertTrue(os.path.isdir(srcdir), srcdir)
63 Python_h = os.path.join(srcdir, 'Include', 'Python.h')
64 self.assertTrue(os.path.exists(Python_h), Python_h)
66 pyconfig_h = os.path.join(srcdir, 'PC', 'pyconfig.h')
67 self.assertTrue(os.path
[all...]
/third_party/typescript/tests/issues_cookbook_tests/
H A Dautotest_sdk.py25 def run_command(self, cmd, path):
26 result = subprocess.run(cmd, cwd=os.path.abspath(path), shell=True,
120 items = os.listdir(os.path.abspath(self.expected_path))
124 file_path = os.path.join(self.expected_path, item)
125 if os.path.isfile(file_path):
139 file_path = os.path.join(self.expected_path, os.path.splitext(
140 os.path.basename(i['filePath']))[0] + '-expected.json')
142 if os.path
[all...]
/third_party/skia/gm/
H A Dpictureimagegenerator.cpp54 SkPath path; in draw_vector_logo() local
56 SkTextUtils::GetPath("SKI", 3, SkTextEncoding::kUTF8, 0, 0, font, &path); in draw_vector_logo()
57 TightBounds(path, &skiBox); in draw_vector_logo()
58 SkTextUtils::GetPath("I", 1, SkTextEncoding::kUTF8, 0, 0, font, &path); in draw_vector_logo()
59 TightBounds(path, &iBox); in draw_vector_logo()
63 SkTextUtils::GetPath(kSkiaStr, textLen, SkTextEncoding::kUTF8, 0, 0, font, &path); in draw_vector_logo()
64 TightBounds(path, &skiaBox); in draw_vector_logo()
78 path.reset(); in draw_vector_logo()
79 path.moveTo(iBox.centerX() - accentSize / 2, iBox.bottom() + kVerticalSpacing * accentSize); in draw_vector_logo()
80 path in draw_vector_logo()
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/
H A Dhttp_client.c190 char *u, *addr, *port, *path; in http_client_url_parse() local
199 path = os_strchr(addr, '/'); in http_client_url_parse()
201 if (path == NULL) { in http_client_url_parse()
202 path = "/"; in http_client_url_parse()
204 *path = '\0'; /* temporary nul termination for address */ in http_client_url_parse()
205 if (port > path) in http_client_url_parse()
225 if (*path == '\0') { in http_client_url_parse()
227 *path = '/'; in http_client_url_parse()
230 *ret_path = path; in http_client_url_parse()
245 char *u, *path; in http_client_url() local
[all...]
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/
H A Dhttp_client.c190 char *u, *addr, *port, *path; in http_client_url_parse() local
199 path = os_strchr(addr, '/'); in http_client_url_parse()
201 if (path == NULL) { in http_client_url_parse()
202 path = "/"; in http_client_url_parse()
204 *path = '\0'; /* temporary nul termination for address */ in http_client_url_parse()
205 if (port > path) in http_client_url_parse()
225 if (*path == '\0') { in http_client_url_parse()
227 *path = '/'; in http_client_url_parse()
230 *ret_path = path; in http_client_url_parse()
245 char *u, *path; in http_client_url() local
[all...]
/third_party/skia/dm/
H A DDM.cpp102 "are thrown out. This is useful for finding a reduced repo case for path drawing bugs.");
408 SkString path(FLAGS_readPath[0]); in gather_gold()
409 path.append("/dm.json"); in gather_gold()
410 if (!JsonWriter::ReadJson(path.c_str(), add_gold)) { in gather_gold()
411 fail(SkStringPrintf("Couldn't read %s for golden results.", path.c_str())); in gather_gold()
480 static void push_codec_src(Path path, CodecSrc::Mode mode, CodecSrc::DstColorType dstColorType, in push_codec_src() argument
540 CodecSrc* src = new CodecSrc(path, mode, dstColorType, dstAlphaType, scale); in push_codec_src()
544 static void push_android_codec_src(Path path, CodecSrc::DstColorType dstColorType, in push_android_codec_src() argument
575 AndroidCodecSrc* src = new AndroidCodecSrc(path, dstColorType, dstAlphaType, sampleSize); in push_android_codec_src()
579 static void push_image_gen_src(Path path, ImageGenSr argument
614 push_brd_src(Path path, CodecSrc::DstColorType dstColorType, BRDSrc::Mode mode, uint32_t sampleSize) push_brd_src() argument
647 push_brd_srcs(Path path, bool gray) push_brd_srcs() argument
674 push_codec_srcs(Path path) push_codec_srcs() argument
856 const char* path = flags[i]; gather_file_srcs() local
1359 SkString path; WriteToDisk() local
[all...]
/kernel/linux/linux-5.10/fs/
H A Dstat.c56 * @path: file to get attributes from
67 int vfs_getattr_nosec(const struct path *path, struct kstat *stat, in vfs_getattr_nosec() argument
70 struct inode *inode = d_backing_inode(path->dentry); in vfs_getattr_nosec()
95 return inode->i_op->getattr(path, stat, request_mask, in vfs_getattr_nosec()
105 * @path: The file of interest
124 int vfs_getattr(const struct path *path, struct kstat *stat, in vfs_getattr() argument
129 retval = security_inode_getattr(path); in vfs_getattr()
132 return vfs_getattr_nosec(path, sta in vfs_getattr()
177 struct path path; vfs_statx() local
405 struct path path; do_readlinkat() local
[all...]
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/hal/
H A Dhal_com_phycfg.c68 u8 path, base; in phy_StoreTxPowerByRateBase() local
70 for (path = RF_PATH_A; path <= RF_PATH_B; ++path) { in phy_StoreTxPowerByRateBase()
71 base = PHY_GetTxPowerByRate(padapter, path, MGN_11M); in phy_StoreTxPowerByRateBase()
72 phy_SetTxPowerByRateBase(padapter, path, CCK, base); in phy_StoreTxPowerByRateBase()
74 base = PHY_GetTxPowerByRate(padapter, path, MGN_54M); in phy_StoreTxPowerByRateBase()
75 phy_SetTxPowerByRateBase(padapter, path, OFDM, base); in phy_StoreTxPowerByRateBase()
77 base = PHY_GetTxPowerByRate(padapter, path, MGN_MCS7); in phy_StoreTxPowerByRateBase()
78 phy_SetTxPowerByRateBase(padapter, path, HT_MCS0_MCS in phy_StoreTxPowerByRateBase()
378 u8 base = 0, i = 0, value = 0, path = 0; phy_ConvertTxPowerByRateInDbmToRelativeValues() local
613 PHY_SetTxPowerLevelByPath(struct adapter *Adapter, u8 channel, u8 path) PHY_SetTxPowerLevelByPath() argument
[all...]
/kernel/liteos_m/components/fs/fatfs/
H A Dfatfs.c72 static int FsChangeDrive(const char *path) in FsChangeDrive() argument
76 UINT16 pathLen = strlen((char const *)path); in FsChangeDrive()
80 /* make sure the path begin with "/", the path like /xxx/yyy/... */ in FsChangeDrive()
86 retErr = strncpy_s(tmpPath + 1, (FS_DRIVE_NAME_MAX_LEN - 1), (char const *)path, pathLen); in FsChangeDrive()
371 int FatfsOpen(struct File *file, const char *path, int oflag) in FatfsOpen() argument
378 if (path == NULL) { in FatfsOpen()
392 ret = FsChangeDrive(path); in FatfsOpen()
400 res = f_open(fp, path, fmode); in FatfsOpen()
530 int FatfsUnlink(struct MountPoint *mp, const char *path) in FatfsUnlink() argument
562 FatfsStat(struct MountPoint *mp, const char *path, struct stat *buf) FatfsStat() argument
624 FatfsMkdir(struct MountPoint *mp, const char *path) FatfsMkdir() argument
750 FatfsRmdir(struct MountPoint *mp, const char *path) FatfsRmdir() argument
814 FatfsStatfs(const char *path, struct statfs *buf) FatfsStatfs() argument
[all...]
/third_party/skia/src/core/
H A DSkClipStack.cpp168 // Should this set to an empty, inverse filled path? in invertShapeFillType()
196 SkPath path; in initRect() local
197 path.addRect(rect); in initRect()
198 path.setIsVolatile(true); in initRect()
199 this->initAsPath(saveCount, path, m, op, doAA); in initRect()
214 SkPath path; in initRRect() local
215 path.addRRect(rrect); in initRRect()
216 path.setIsVolatile(true); in initRRect()
217 this->initAsPath(saveCount, path, m, op, doAA); in initRRect()
220 void SkClipStack::Element::initPath(int saveCount, const SkPath& path, cons argument
239 initAsPath(int saveCount, const SkPath& path, const SkMatrix& m, SkClipOp op, bool doAA) initAsPath() argument
763 clipPath(const SkPath& path, const SkMatrix& matrix, SkClipOp op, bool doAA) clipPath() argument
[all...]
/kernel/linux/linux-6.6/fs/btrfs/
H A Dvolumes.c777 static noinline struct btrfs_device *device_list_add(const char *path, in device_list_add() argument
793 error = lookup_bdev(path, &path_devt); in device_list_add()
795 btrfs_err(NULL, "failed to lookup block device for path %s: %d", in device_list_add()
796 path, error); in device_list_add()
856 path, fs_devices->fsid, current->comm, in device_list_add()
864 disk_super->dev_item.uuid, path); in device_list_add()
883 disk_super->label, devid, found_transid, path, in device_list_add()
888 disk_super->fsid, devid, found_transid, path, in device_list_add()
891 } else if (!device->name || strcmp(device->name->str, path)) { in device_list_add()
897 * from 'path' tha in device_list_add()
1361 btrfs_scan_one_device(const char *path, blk_mode_t flags) btrfs_scan_one_device() argument
1593 struct btrfs_path *path; find_free_dev_extent() local
1736 struct btrfs_path *path; btrfs_free_dev_extent() local
1808 struct btrfs_path *path; find_next_devid() local
1853 struct btrfs_path *path; btrfs_add_dev_item() local
1913 struct path path; update_dev_time() local
1929 struct btrfs_path *path; btrfs_rm_dev_item() local
2361 btrfs_get_dev_args_from_path(struct btrfs_fs_info *fs_info, struct btrfs_dev_lookup_args *args, const char *path) btrfs_get_dev_args_from_path() argument
2542 struct btrfs_path *path; btrfs_finish_sprout() local
2863 struct btrfs_path *path; btrfs_update_device() local
2953 struct btrfs_path *path; btrfs_free_chunk() local
3329 struct btrfs_path *path; btrfs_relocate_sys_chunks() local
3449 struct btrfs_path *path; insert_balance_item() local
3500 struct btrfs_path *path; del_balance_item() local
3868 struct btrfs_path *path = NULL; __btrfs_balance() local
4495 struct btrfs_path *path; btrfs_recover_balance() local
4645 struct btrfs_path *path = NULL; btrfs_uuid_scan_kthread() local
4828 struct btrfs_path *path; btrfs_shrink_device() local
6606 btrfs_alloc_device(struct btrfs_fs_info *fs_info, const u64 *devid, const u8 *uuid, const char *path) btrfs_alloc_device() argument
7233 struct btrfs_path *path; btrfs_read_chunk_tree() local
7405 btrfs_device_init_dev_stats(struct btrfs_device *device, struct btrfs_path *path) btrfs_device_init_dev_stats() argument
7453 struct btrfs_path *path = NULL; btrfs_init_dev_stats() local
7485 struct btrfs_path *path; update_dev_stat_item() local
7841 struct btrfs_path *path; btrfs_verify_dev_extents() local
[all...]
/kernel/linux/linux-6.6/net/iucv/
H A Daf_iucv.c160 * Always returns true if the socket is not connected (no iucv path for
170 return (atomic_read(&iucv->skbs_in_xmit) < iucv->path->msglim); in iucv_below_msglim()
331 /* Terminate an IUCV path */
336 struct iucv_path *path = iucv->path; in iucv_sever_path() local
338 if (iucv->path) { in iucv_sever_path()
339 iucv->path = NULL; in iucv_sever_path()
344 pr_iucv->path_sever(path, user_data); in iucv_sever_path()
346 pr_iucv->path_sever(path, NULL); in iucv_sever_path()
347 iucv_path_free(path); in iucv_sever_path()
887 iucv_send_iprm(struct iucv_path *path, struct iucv_message *msg, struct sk_buff *skb) iucv_send_iprm() argument
1141 iucv_process_message(struct sock *sk, struct sk_buff *skb, struct iucv_path *path, struct iucv_message *msg) iucv_process_message() argument
1578 iucv_callback_connreq(struct iucv_path *path, u8 ipvmid[8], u8 ipuser[16]) iucv_callback_connreq() argument
1675 iucv_callback_connack(struct iucv_path *path, u8 ipuser[16]) iucv_callback_connack() argument
1683 iucv_callback_rx(struct iucv_path *path, struct iucv_message *msg) iucv_callback_rx() argument
1727 iucv_callback_txdone(struct iucv_path *path, struct iucv_message *msg) iucv_callback_txdone() argument
1772 iucv_callback_connrej(struct iucv_path *path, u8 ipuser[16]) iucv_callback_connrej() argument
1790 iucv_callback_shutdown(struct iucv_path *path, u8 ipuser[16]) iucv_callback_shutdown() 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
113 return uv_fs_access(nullptr, access_req.get(), path.c_str(), mode, nullptr); in UvAccess()
117 static bool IsCloudOrDistributedFilePath(const string &path) in IsCloudOrDistributedFilePath() argument
119 return path.find(CLOUDDISK_FILE_PREFIX) == 0 || path.find(DISTRIBUTED_FILE_PREFIX) == 0; in IsCloudOrDistributedFilePath()
162 static int HandleLocalCheck(const string &path, int mode) in HandleLocalCheck() argument
165 if (path.find(CLOUDDISK_FILE_PREFIX) == 0) { in HandleLocalCheck()
167 if (getxattr(path.c_str(), CLOUD_FILE_LOCATION.c_str(), val, sizeof(val)) < 0) { in HandleLocalCheck()
177 // convert into physical path(/mn in HandleLocalCheck()
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...]
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h6 "stat($module, /, path, *, dir_fd=None, follow_symlinks=True)\n"
9 "Perform a stat system call on the given path.\n"
11 " path\n"
12 " Path to be examined; can be string, bytes, a path-like object or\n"
16 " and path should be a relative string; path will then be relative to\n"
19 " If False, and the last element of the path is a symbolic link,\n"
27 "It\'s an error to use dir_fd or follow_symlinks when specifying path as\n"
34 os_stat_impl(PyObject *module, path_t *path, int dir_fd, int follow_symlinks);
40 static const char * const _keywords[] = {"path", "dir_f in os_stat()
44 path_t path = PATH_T_INITIALIZE("stat", "path", 0, 1); os_stat() local
103 path_t path = PATH_T_INITIALIZE("lstat", "path", 0, 0); os_lstat() local
176 path_t path = PATH_T_INITIALIZE("access", "path", 0, 0); os_access() local
312 path_t path = PATH_T_INITIALIZE("chdir", "path", 0, PATH_HAVE_FCHDIR); os_chdir() local
412 path_t path = PATH_T_INITIALIZE("chmod", "path", 0, PATH_HAVE_FCHMOD); os_chmod() local
523 path_t path = PATH_T_INITIALIZE("lchmod", "path", 0, 0); os_lchmod() local
577 path_t path = PATH_T_INITIALIZE("chflags", "path", 0, 0); os_chflags() local
636 path_t path = PATH_T_INITIALIZE("lchflags", "path", 0, 0); os_lchflags() local
683 path_t path = PATH_T_INITIALIZE("chroot", "path", 0, 0); os_chroot() local
848 path_t path = PATH_T_INITIALIZE("chown", "path", 0, PATH_HAVE_FCHOWN); os_chown() local
967 path_t path = PATH_T_INITIALIZE("lchown", "path", 0, 0); os_lchown() local
1149 path_t path = PATH_T_INITIALIZE("listdir", "path", 1, PATH_HAVE_FDOPENDIR); os_listdir() local
1188 path_t path = PATH_T_INITIALIZE("_getfullpathname", "path", 0, 0); os__getfullpathname() local
1222 path_t path = PATH_T_INITIALIZE("_getfinalpathname", "path", 0, 0); os__getfinalpathname() local
1259 path_t path = PATH_T_INITIALIZE("_getvolumepathname", "path", 0, 0); os__getvolumepathname() local
1300 path_t path = PATH_T_INITIALIZE("_path_splitroot", "path", 0, 0); os__path_splitroot() local
1339 PyObject *path; os__path_normpath() local
1380 path_t path = PATH_T_INITIALIZE("mkdir", "path", 0, 0); os_mkdir() local
1706 path_t path = PATH_T_INITIALIZE("rmdir", "path", 0, 0); os_rmdir() local
1892 path_t path = PATH_T_INITIALIZE("unlink", "path", 0, 0); os_unlink() local
1943 path_t path = PATH_T_INITIALIZE("remove", "path", 0, 0); os_remove() local
2038 path_t path = PATH_T_INITIALIZE("utime", "path", 0, PATH_UTIME_HAVE_FD); os_utime() local
2150 path_t path = PATH_T_INITIALIZE("execv", "path", 0, 0); os_execv() local
2199 path_t path = PATH_T_INITIALIZE("execve", "path", 0, PATH_HAVE_FEXECVE); os_execve() local
2272 path_t path = PATH_T_INITIALIZE("posix_spawn", "path", 0, 0); os_posix_spawn() local
2399 path_t path = PATH_T_INITIALIZE("posix_spawnp", "path", 0, 0); os_posix_spawnp() local
2503 path_t path = PATH_T_INITIALIZE("spawnv", "path", 0, 0); os_spawnv() local
2557 path_t path = PATH_T_INITIALIZE("spawnve", "path", 0, 0); os_spawnve() local
4230 path_t path = PATH_T_INITIALIZE("readlink", "path", 0, 0); os_readlink() local
4541 path_t path = PATH_T_INITIALIZE("open", "path", 0, 0); os_open() local
5921 path_t path = PATH_T_INITIALIZE("mkfifo", "path", 0, 0); os_mkfifo() local
5998 path_t path = PATH_T_INITIALIZE("mknod", "path", 0, 0); os_mknod() local
6229 path_t path = PATH_T_INITIALIZE("truncate", "path", 0, PATH_HAVE_FTRUNCATE); os_truncate() local
6953 path_t path = PATH_T_INITIALIZE("statvfs", "path", 0, PATH_HAVE_FSTATVFS); os_statvfs() local
6994 path_t path = PATH_T_INITIALIZE("_getdiskusage", "path", 0, 0); os__getdiskusage() local
7084 path_t path = PATH_T_INITIALIZE("pathconf", "path", 0, PATH_HAVE_FPATHCONF); os_pathconf() local
7555 path_t path = PATH_T_INITIALIZE("getxattr", "path", 0, 1); os_getxattr() local
7619 path_t path = PATH_T_INITIALIZE("setxattr", "path", 0, 1); os_setxattr() local
7708 path_t path = PATH_T_INITIALIZE("removexattr", "path", 0, 1); os_removexattr() local
7771 path_t path = PATH_T_INITIALIZE("listxattr", "path", 1, 1); os_listxattr() local
8544 path_t path = PATH_T_INITIALIZE("scandir", "path", 1, PATH_HAVE_FDOPENDIR); os_scandir() local
8589 PyObject *path; os_fspath() local
8687 path_t path = PATH_T_INITIALIZE("_add_dll_directory", "path", 0, 0); os__add_dll_directory() local
[all...]
/kernel/linux/linux-5.10/net/iucv/
H A Daf_iucv.c175 * Always returns true if the socket is not connected (no iucv path for
185 return (skb_queue_len(&iucv->send_skb_q) < iucv->path->msglim); in iucv_below_msglim()
355 /* Terminate an IUCV path */
360 struct iucv_path *path = iucv->path; in iucv_sever_path() local
362 /* Whoever resets the path pointer, must sever and free it. */ in iucv_sever_path()
363 if (xchg(&iucv->path, NULL)) { in iucv_sever_path()
368 pr_iucv->path_sever(path, user_data); in iucv_sever_path()
370 pr_iucv->path_sever(path, NULL); in iucv_sever_path()
371 iucv_path_free(path); in iucv_sever_path()
910 iucv_send_iprm(struct iucv_path *path, struct iucv_message *msg, struct sk_buff *skb) iucv_send_iprm() argument
1159 iucv_process_message(struct sock *sk, struct sk_buff *skb, struct iucv_path *path, struct iucv_message *msg) iucv_process_message() argument
1597 iucv_callback_connreq(struct iucv_path *path, u8 ipvmid[8], u8 ipuser[16]) iucv_callback_connreq() argument
1694 iucv_callback_connack(struct iucv_path *path, u8 ipuser[16]) iucv_callback_connack() argument
1702 iucv_callback_rx(struct iucv_path *path, struct iucv_message *msg) iucv_callback_rx() argument
1746 iucv_callback_txdone(struct iucv_path *path, struct iucv_message *msg) iucv_callback_txdone() argument
1784 iucv_callback_connrej(struct iucv_path *path, u8 ipuser[16]) iucv_callback_connrej() argument
1802 iucv_callback_shutdown(struct iucv_path *path, u8 ipuser[16]) iucv_callback_shutdown() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_split_vars.c238 nir_deref_path path; in split_struct_derefs_impl() local
239 nir_deref_path_init(&path, deref, mem_ctx); in split_struct_derefs_impl()
242 for (unsigned i = 0; path.path[i]; i++) { in split_struct_derefs_impl()
243 if (path.path[i]->deref_type != nir_deref_type_struct) in split_struct_derefs_impl()
247 assert(glsl_type_is_struct_or_ifc(path.path[i - 1]->type)); in split_struct_derefs_impl()
248 assert(path.path[ in split_struct_derefs_impl()
611 deref_has_split_wildcard(nir_deref_path *path, struct array_var_info *info) deref_has_split_wildcard() argument
628 array_path_is_out_of_bounds(nir_deref_path *path, struct array_var_info *info) array_path_is_out_of_bounds() argument
790 nir_deref_path path; split_array_access_impl() local
1096 nir_deref_path path; mark_deref_used() local
1427 nir_deref_path path; vec_deref_is_oob() local
[all...]
/third_party/littlefs/scripts/
H A Dtest.py38 def openio(path, mode='r', buffering=-1):
40 if path == '-':
46 return open(path, mode, buffering)
52 self.path = config.pop('path')
149 def __init__(self, path, args={}):
150 self.path = path
151 self.name = os.path.basename(path)
[all...]
/foundation/arkui/ace_engine/frameworks/core/components/font/
H A Drosen_font_collection.cpp164 const std::string path = familySrc; in LoadFontFamily() local
165 if (currentFamily_ == path) { in LoadFontFamily()
170 auto ret = StdFilesystemExists(path); in LoadFontFamily()
172 TAG_LOGW(AceLogTag::ACE_FONT, "FontFamily %{public}s not exist", path.c_str()); in LoadFontFamily()
176 std::ifstream ifs(path, std::ios_base::in); in LoadFontFamily()
178 TAG_LOGW(AceLogTag::ACE_FONT, "FontFamily file open fail, %{public}s", path.c_str()); in LoadFontFamily()
207 currentFamily_ = path; in LoadFontFamily()
211 bool RosenFontCollection::StdFilesystemExists(const std::string &path) in StdFilesystemExists() argument
213 std::ifstream f(path.c_str()); in StdFilesystemExists()

Completed in 28 milliseconds

1...<<81828384858687888990>>...442