/test/testfwk/developer_test/src/core/build/ |
H A D | pretreat_targets.py | 56 path = line.split(':')[0][2:] 58 path_list.append(path) 64 for name, path in zip(name_list, path_list): 66 if self._pretreat_js_target(path, name): 67 self.path_list.append(path) 71 def _pretreat_js_target(self, path, name): 72 template_path = os.path.join(sys.framework_root_dir, "libs", 74 target_path = os.path.join(sys.source_code_root_path, path) 75 config_path = os.path [all...] |
/third_party/ltp/testcases/kernel/syscalls/open/ |
H A D | open11.c | 65 char *path; member 73 .path = T_REG_EMPTY, 80 .path = T_REG_EMPTY, 87 .path = T_REG_EMPTY, 94 .path = T_REG_EMPTY, 101 .path = T_REG_EMPTY, 109 .path = T_DIR, 116 .path = T_DIR, 123 .path = T_REG_EMPTY, 131 .path [all...] |
/third_party/skia/gm/ |
H A D | overstroke.cpp | 38 //////// path and paint builders 68 SkPath path; in cubic_path() local 69 path.moveTo(0, 0); in cubic_path() 70 path.cubicTo(25, 75, in cubic_path() 74 return path; in cubic_path() 83 SkPath ribs_path(SkPath path, SkScalar radius) { in ribs_path() argument 89 SkPathMeasure meas(path, false); in ribs_path() 107 void draw_ribs(SkCanvas *canvas, SkPath path) { in draw_ribs() argument 108 SkPath ribs = ribs_path(path, OVERSTROKE_WIDTH/2.0f); in draw_ribs() 124 SkPath path in draw_small_quad() local 132 SkPath path = quad_path(); draw_large_quad() local 139 SkPath path = quad_path(); draw_quad_fillpath() local 161 SkPath path = cubic_path(); draw_small_cubic() local 169 SkPath path = cubic_path(); draw_large_cubic() local 176 SkPath path = cubic_path(); draw_cubic_fillpath() local 199 SkPath path = oval_path(); draw_small_oval() local 207 SkPath path = oval_path(); draw_large_oval() local 214 SkPath path = oval_path(); draw_oval_fillpath() local [all...] |
H A D | strokes.cpp | 215 SkPath path; in DEF_SIMPLE_GM() local 216 path.moveTo(-6000,-6000); in DEF_SIMPLE_GM() 217 path.cubicTo(-3500,5500,-500,5500,2500,-6500); in DEF_SIMPLE_GM() 218 canvas->drawPath(path, p); in DEF_SIMPLE_GM() 221 canvas->drawPath(path, p); in DEF_SIMPLE_GM() 224 canvas->drawPath(path, p); in DEF_SIMPLE_GM() 234 SkPath path; in DEF_SIMPLE_GM() local 235 path.moveTo(30, 90); in DEF_SIMPLE_GM() 236 path.lineTo(30, 90); in DEF_SIMPLE_GM() 237 path in DEF_SIMPLE_GM() 258 SkPath path; DEF_SIMPLE_GM() local 346 make0(SkPath* path, const SkRect& bounds, SkString* title) make0() argument 352 make1(SkPath* path, const SkRect& bounds, SkString* title) make1() argument 358 make2(SkPath* path, const SkRect& bounds, SkString* title) make2() argument 364 make3(SkPath* path, const SkRect& bounds, SkString* title) make3() argument 370 make4(SkPath* path, const SkRect& bounds, SkString* title) make4() argument 378 make5(SkPath* path, const SkRect& bounds, SkString* title) make5() argument 492 SkPath path; global() variable 608 auto path = SkPath::Polygon(pathPoints + i * 3, 3, false); DEF_SIMPLE_GM() local 628 SkPath path; DEF_SIMPLE_GM() local [all...] |
/third_party/musl/libc-test/src/functionalext/supplement/stat/ |
H A D | mkdir.c | 30 char *path = "mkdirtest"; in mkdir_0100() local 31 if (access(path, F_OK) != 0) { in mkdir_0100() 32 int ret = mkdir(path, 0777); in mkdir_0100() 34 remove(path); in mkdir_0100() 36 remove(path); in mkdir_0100() 37 int ret = mkdir(path, 0777); in mkdir_0100() 39 remove(path); in mkdir_0100() 41 path = NULL; in mkdir_0100() 46 * @tc.desc : The path parameters is invalid,the directoty cannot be created. 51 char *path in mkdir_0200() local [all...] |
/kernel/linux/linux-6.6/fs/btrfs/ |
H A D | free-space-tree.c | 22 struct btrfs_path *path); 71 struct btrfs_path *path) in add_new_free_space_info() 83 ret = btrfs_insert_empty_item(trans, root, path, &key, sizeof(*info)); in add_new_free_space_info() 87 leaf = path->nodes[0]; in add_new_free_space_info() 88 info = btrfs_item_ptr(leaf, path->slots[0], in add_new_free_space_info() 96 btrfs_release_path(path); in add_new_free_space_info() 104 struct btrfs_path *path, int cow) in search_free_space_info() 115 ret = btrfs_search_slot(trans, root, &key, path, 0, cow); in search_free_space_info() 125 return btrfs_item_ptr(path->nodes[0], path in search_free_space_info() 69 add_new_free_space_info(struct btrfs_trans_handle *trans, struct btrfs_block_group *block_group, struct btrfs_path *path) add_new_free_space_info() argument 101 search_free_space_info( struct btrfs_trans_handle *trans, struct btrfs_block_group *block_group, struct btrfs_path *path, int cow) search_free_space_info() argument 205 convert_free_space_to_bitmaps(struct btrfs_trans_handle *trans, struct btrfs_block_group *block_group, struct btrfs_path *path) convert_free_space_to_bitmaps() argument 343 convert_free_space_to_extents(struct btrfs_trans_handle *trans, struct btrfs_block_group *block_group, struct btrfs_path *path) convert_free_space_to_extents() argument 475 update_free_space_extent_count(struct btrfs_trans_handle *trans, struct btrfs_block_group *block_group, struct btrfs_path *path, int new_extents) update_free_space_extent_count() argument 514 free_space_test_bit(struct btrfs_block_group *block_group, struct btrfs_path *path, u64 offset) free_space_test_bit() argument 536 free_space_set_bits(struct btrfs_trans_handle *trans, struct btrfs_block_group *block_group, struct btrfs_path *path, u64 *start, u64 *size, int bit) free_space_set_bits() argument 604 modify_free_space_bitmap(struct btrfs_trans_handle *trans, struct btrfs_block_group *block_group, struct btrfs_path *path, u64 start, u64 size, int remove) modify_free_space_bitmap() argument 717 remove_free_space_extent(struct btrfs_trans_handle *trans, struct btrfs_block_group *block_group, struct btrfs_path *path, u64 start, u64 size) remove_free_space_extent() argument 804 __remove_from_free_space_tree(struct btrfs_trans_handle *trans, struct btrfs_block_group *block_group, struct btrfs_path *path, u64 start, u64 size) __remove_from_free_space_tree() argument 837 struct btrfs_path *path; remove_from_free_space_tree() local 869 add_free_space_extent(struct btrfs_trans_handle *trans, struct btrfs_block_group *block_group, struct btrfs_path *path, u64 start, u64 size) add_free_space_extent() argument 997 __add_to_free_space_tree(struct btrfs_trans_handle *trans, struct btrfs_block_group *block_group, struct btrfs_path *path, u64 start, u64 size) __add_to_free_space_tree() argument 1030 struct btrfs_path *path; add_to_free_space_tree() local 1070 struct btrfs_path *path, *path2; populate_free_space_tree() local 1220 struct btrfs_path *path; clear_free_space_tree() local 1353 __add_block_group_free_space(struct btrfs_trans_handle *trans, struct btrfs_block_group *block_group, struct btrfs_path *path) __add_block_group_free_space() argument 1374 struct btrfs_path *path = NULL; add_block_group_free_space() local 1404 struct btrfs_path *path; remove_block_group_free_space() local 1476 load_free_space_bitmaps(struct btrfs_caching_control *caching_ctl, struct btrfs_path *path, u32 expected_extent_count) load_free_space_bitmaps() argument 1560 load_free_space_extents(struct btrfs_caching_control *caching_ctl, struct btrfs_path *path, u32 expected_extent_count) load_free_space_extents() argument 1628 struct btrfs_path *path; load_free_space_tree() local [all...] |
/third_party/skia/docs/examples/ |
H A D | Path_IsQuadDegenerate.cpp | 7 auto debugster = [](const SkPath& path, bool exact) -> void { in REG_FIDDLE() 9 path.getPoint(0).fX, path.getPoint(0).fY, path.getPoint(1).fX, in REG_FIDDLE() 10 path.getPoint(1).fY, path.getPoint(2).fX, path.getPoint(2).fY, in REG_FIDDLE() 11 SkPath::IsQuadDegenerate(path.getPoint(0), path.getPoint(1), path in REG_FIDDLE() 14 SkPath path, offset; REG_FIDDLE() local [all...] |
/third_party/lzma/CPP/Windows/ |
H A D | FileFind.cpp | 194 bool CFindFile::FindFirst(CFSTR path, CFileInfo &fi)
in FindFirst() argument 202 _handle = ::FindFirstFileA(fs2fas(path), &fd);
in FindFirst() 213 _handle = ::FindFirstFileW(fs2us(path), &fd);
in FindFirst() 218 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
in FindFirst() 319 bool CFindStream::FindFirst(CFSTR path, CStreamInfo &si)
in FindFirst() argument 332 _handle = g_FindFirstStreamW(fs2us(path), My_FindStreamInfoStandard, &sd, 0);
in FindFirst() 337 // long name can be tricky for path like ".\dirName".
in FindFirst() 342 if (GetSuperPath(path, superPath, USE_MAIN_PATH))
in FindFirst() 404 returns ERROR_BAD_NETPATH. You must specify a path to a subfolder on that share.
407 DWORD GetFileAttrib(CFSTR path)
in GetFileAttrib() argument 456 Find(CFSTR path, bool followLink) Find() argument 669 Fill_From_ByHandleFileInfo(CFSTR path) Fill_From_ByHandleFileInfo() argument 844 FindFirst(CFSTR path, bool watchSubtree, DWORD notifyFilter) FindFirst() argument 928 MY__lstat(CFSTR path, struct stat *st, bool followLink) MY__lstat() argument 961 Get_Name_from_Path(CFSTR path) Get_Name_from_Path() argument 1114 Find_DontFill_Name(CFSTR path, bool followLink) Find_DontFill_Name() argument 1125 Find(CFSTR path, bool followLink) Find() argument [all...] |
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/tools/ |
H A D | fuzz_one.py | 19 BASE_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__))) 20 APP_DIR = os.path.join(BASE_PATH, 'workdir', 'app_dir') 21 FUZZ_EXE = os.path.join(BASE_PATH, 'workdir', 'fuzzer', 'ochang_js_fuzzer') 22 INPUT_DIR = os.path.join(BASE_PATH, 'workdir', 'input') 23 TEST_CASES = os.path.join(BASE_PATH, 'workdir', 'output') 33 path = os.path.join(TEST_CASES, 'dir-%d' % dir_number) variable 34 assert not os.path [all...] |
/third_party/skia/third_party/externals/sfntly/cpp/tools/ |
H A D | utils.py | 20 def GetFontList(path, exts, negate=False): 21 """Recursively gets the list of files that from path such that.""" 26 # for root, dirs, files in os.walk(path): makes the lint tool unhappy 28 for entry in os.walk(path): 31 for path in files: 32 has_ext_list = map(lambda ext: path[-len(ext):] == ext, exts) 37 paths.append(os.path.join(root, path)) 41 def GetLevelList(path, max_level=1, negate=False): 42 """Recursively gets the list of files that from path suc [all...] |
/test/testfwk/developer_test/src/main/ |
H A D | _init_global_config.py | 24 # insert src path for loading xdevice modules 27 sys.framework_src_dir = os.path.abspath(os.path.dirname( 28 os.path.dirname(__file__))) 30 # 将目录存放到sys.path模块中,新添加的目录会优先于其他目录被import检查 0代表最高优先级 31 sys.path.insert(0, sys.framework_src_dir) 35 sys.framework_root_dir = os.path.abspath(os.path.dirname( 36 os.path.dirname(os.path [all...] |
/kernel/linux/linux-5.10/fs/btrfs/ |
H A D | dir-item.c | 21 struct btrfs_path *path, in insert_with_overflow() 33 ret = btrfs_insert_empty_item(trans, root, path, cpu_key, data_size); in insert_with_overflow() 36 di = btrfs_match_dir_item_name(fs_info, path, name, name_len); in insert_with_overflow() 39 btrfs_extend_item(path, data_size); in insert_with_overflow() 43 leaf = path->nodes[0]; in insert_with_overflow() 44 item = btrfs_item_nr(path->slots[0]); in insert_with_overflow() 45 ptr = btrfs_item_ptr(leaf, path->slots[0], char); in insert_with_overflow() 57 struct btrfs_path *path, u64 objectid, in btrfs_insert_xattr_item() 77 dir_item = insert_with_overflow(trans, root, path, &key, data_size, in btrfs_insert_xattr_item() 83 leaf = path in btrfs_insert_xattr_item() 18 insert_with_overflow(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_key *cpu_key, u32 data_size, const char *name, int name_len) insert_with_overflow() argument 55 btrfs_insert_xattr_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 objectid, const char *name, u16 name_len, const void *data, u16 data_len) btrfs_insert_xattr_item() argument 115 struct btrfs_path *path; btrfs_insert_dir_item() local 179 btrfs_lookup_dir_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 dir, const char *name, int name_len, int mod) btrfs_lookup_dir_item() argument 213 struct btrfs_path *path; btrfs_check_dir_item_collision() local 272 btrfs_lookup_dir_index_item(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 dir, u64 objectid, const char *name, int name_len, int mod) btrfs_lookup_dir_index_item() argument 296 btrfs_search_dir_index_item(struct btrfs_root *root, struct btrfs_path *path, u64 dirid, const char *name, int name_len) btrfs_search_dir_index_item() argument 343 btrfs_lookup_xattr(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, u64 dir, const char *name, u16 name_len, int mod) btrfs_lookup_xattr() argument 371 btrfs_match_dir_item_name(struct btrfs_fs_info *fs_info, struct btrfs_path *path, const char *name, int name_len) btrfs_match_dir_item_name() argument 407 btrfs_delete_one_dir_name(struct btrfs_trans_handle *trans, struct btrfs_root *root, struct btrfs_path *path, struct btrfs_dir_item *di) btrfs_delete_one_dir_name() argument [all...] |
/third_party/python/Lib/test/support/ |
H A D | os_helper.py | 177 src = os.path.abspath(TESTFN) 333 dirname, name = os.path.split(pathname) 365 def _rmtree(path): 368 def _rmtree_inner(path): 369 for name in _force_run(path, os.listdir, path): 370 fullname = os.path.join(path, name) 383 _waitfor(_rmtree_inner, path, waitall=True) 384 _waitfor(lambda p: _force_run(p, os.rmdir, p), path) [all...] |
/third_party/skia/tests/ |
H A D | PathOpsChalkboardTest.cpp | 17 SkPath path; in chalkboard() local 19 path.moveTo(SkBits2Float(0x4470eed9), SkBits2Float(0x439c1ac1)); // 963.732f, 312.209f in chalkboard() 20 if (testlines & (1LL << i++)) path.lineTo(SkBits2Float(0x4470dde3), SkBits2Float(0x439c63d8)); // 963.467f, 312.78f in chalkboard() 21 if (testlines & (1LL << i++)) path.cubicTo(SkBits2Float(0x4470dbd7), SkBits2Float(0x439c3e57), SkBits2Float(0x4470c893), SkBits2Float(0x439c69fd), SkBits2Float(0x4470cfcf), SkBits2Float(0x439c297a)); // 963.435f, 312.487f, 963.134f, 312.828f, 963.247f, 312.324f in chalkboard() 22 if (testlines & (1LL << i++)) path.cubicTo(SkBits2Float(0x4470c46b), SkBits2Float(0x439c8149), SkBits2Float(0x4470b137), SkBits2Float(0x439c2938), SkBits2Float(0x4470b5f4), SkBits2Float(0x439ca99b)); // 963.069f, 313.01f, 962.769f, 312.322f, 962.843f, 313.325f in chalkboard() 23 if (testlines & (1LL << i++)) path.cubicTo(SkBits2Float(0x4470e842), SkBits2Float(0x439c8335), SkBits2Float(0x447125a2), SkBits2Float(0x439cce78), SkBits2Float(0x44715a2d), SkBits2Float(0x439c61ed)); // 963.629f, 313.025f, 964.588f, 313.613f, 965.409f, 312.765f in chalkboard() 24 if (testlines & (1LL << i++)) path.lineTo(SkBits2Float(0x447150d5), SkBits2Float(0x439c945c)); // 965.263f, 313.159f in chalkboard() 25 if (testlines & (1LL << i++)) path.cubicTo(SkBits2Float(0x4471546b), SkBits2Float(0x439c87f2), SkBits2Float(0x4471579e), SkBits2Float(0x439c8085), SkBits2Float(0x44715a8f), SkBits2Float(0x439c7c4c)); // 965.319f, 313.062f, 965.369f, 313.004f, 965.415f, 312.971f in chalkboard() 26 if (testlines & (1LL << i++)) path.lineTo(SkBits2Float(0x44715cbc), SkBits2Float(0x439c79dd)); // 965.449f, 312.952f in chalkboard() 27 if (testlines & (1LL << i++)) path in chalkboard() [all...] |
/test/testfwk/developer_test/local_coverage/push_coverage_so/ |
H A D | push_coverage.py | 24 sys.localcoverage_path = os.path.join(current_path, "..") 25 sys.path.insert(0, sys.localcoverage_path) 34 parts_info_json = os.path.join(out_path, "build_configs", "parts_info", "part_subsystem.json") 35 if not os.path.exists(parts_info_json): 53 parts_info_json = os.path.join(out_path, "build_configs", "parts_info", "parts_path_info.json") 54 if not os.path.exists(parts_info_json): 62 path = os.path.join(out_path, "obj", json_obj[test_part]) 63 return path 74 subsystem_config_json = os.path [all...] |
/third_party/vk-gl-cts/scripts/ |
H A D | run_internal_tests.py | 58 if os.path.exists(config.buildPath): 62 execute(["cmake", os.path.realpath(config.srcPath)] + config.genParams, workDir = config.buildPath) 66 if os.path.exists(config.buildPath): 84 testWorkDir = os.path.join(config.buildPath, "modules", "internal") 85 junitToolPath = os.path.join(config.buildPath, 'executor', config.junitTool) 89 if os.path.exists(file): 99 os.path.join(config.buildPath, 'executor', config.executor), 101 '--start-server=%s' % os.path.join(config.buildPath, 'execserver', config.execserver), 105 '--caselistdir=%s' % os.path.join(testWorkDir), 115 SRC_PATH = os.path [all...] |
/kernel/linux/linux-5.10/drivers/interconnect/ |
H A D | core.c | 155 struct icc_path *path; in path_init() local 158 path = kzalloc(struct_size(path, reqs, num_nodes), GFP_KERNEL); in path_init() 159 if (!path) in path_init() 162 path->num_nodes = num_nodes; in path_init() 166 hlist_add_head(&path->reqs[i].req_node, &node->req_list); in path_init() 167 path->reqs[i].node = node; in path_init() 168 path->reqs[i].dev = dev; in path_init() 169 path->reqs[i].enabled = true; in path_init() 170 /* reference to previous node was saved during path traversa in path_init() 180 struct icc_path *path = ERR_PTR(-EPROBE_DEFER); path_find() local 283 apply_constraints(struct icc_path *path) apply_constraints() argument 407 struct icc_path **ptr, *path; devm_of_icc_get() local 442 struct icc_path *path; of_icc_get_by_index() local 576 icc_set_tag(struct icc_path *path, u32 tag) icc_set_tag() argument 601 icc_get_name(struct icc_path *path) icc_get_name() argument 625 icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) icc_set_bw() argument 678 __icc_enable(struct icc_path *path, bool enable) __icc_enable() argument 699 icc_enable(struct icc_path *path) icc_enable() argument 705 icc_disable(struct icc_path *path) icc_disable() argument 730 struct icc_path *path = ERR_PTR(-EPROBE_DEFER); icc_get() local 766 icc_put(struct icc_path *path) icc_put() argument [all...] |
/kernel/linux/linux-6.6/drivers/interconnect/ |
H A D | core.c | 170 struct icc_path *path; in path_init() local 173 path = kzalloc(struct_size(path, reqs, num_nodes), GFP_KERNEL); in path_init() 174 if (!path) in path_init() 177 path->num_nodes = num_nodes; in path_init() 181 hlist_add_head(&path->reqs[i].req_node, &node->req_list); in path_init() 182 path->reqs[i].node = node; in path_init() 183 path->reqs[i].dev = dev; in path_init() 184 path->reqs[i].enabled = true; in path_init() 185 /* reference to previous node was saved during path traversa in path_init() 195 struct icc_path *path = ERR_PTR(-EPROBE_DEFER); path_find() local 298 apply_constraints(struct icc_path *path) apply_constraints() argument 422 struct icc_path **ptr, *path; devm_of_icc_get() local 457 struct icc_path *path; of_icc_get_by_index() local 599 struct icc_path *path = ERR_PTR(-EPROBE_DEFER); icc_get() local 639 icc_set_tag(struct icc_path *path, u32 tag) icc_set_tag() argument 664 icc_get_name(struct icc_path *path) icc_get_name() argument 688 icc_set_bw(struct icc_path *path, u32 avg_bw, u32 peak_bw) icc_set_bw() argument 741 __icc_enable(struct icc_path *path, bool enable) __icc_enable() argument 762 icc_enable(struct icc_path *path) icc_enable() argument 768 icc_disable(struct icc_path *path) icc_disable() argument 781 icc_put(struct icc_path *path) icc_put() argument [all...] |
/test/testfwk/developer_test/local_coverage/ |
H A D | coverage_tools.py | 35 all_system_info_path = os.path.join( 38 system_info_path = os.path.join( 41 if os.path.exists(all_system_info_path): 52 if os.path.exists(system_info_path): 62 coverage_path = os.path.join(developer_path, "reports/coverage") 63 code_path = os.path.join( 66 if os.path.exists(code_path): 73 gcda_dir_path = os.path.join(developer_path, "local_coverage/code_coverage/results/coverage/data/cxx") 74 if os.path.exists(gcda_dir_path): 76 remove_out = os.path [all...] |
/kernel/linux/linux-6.6/tools/lib/api/fs/ |
H A D | fs.c | 93 char *path; member 157 char path[PATH_MAX + 1]; in fs__read_mounts() local 164 path, type) == 2) { in fs__read_mounts() 167 fs->path = strdup(path); in fs__read_mounts() 169 return fs->path != NULL; in fs__read_mounts() 195 fs->path = strdup(*ptr); in fs__check_mounts() 196 if (!fs->path) in fs__check_mounts() 235 fs->path = strdup(override_path); in fs__env_override() 236 if (!fs->path) in fs__env_override() 415 char path[PATH_MAX]; procfs__read_str() local 429 char path[PATH_MAX]; sysfs__read_ull_base() local 452 char path[PATH_MAX]; sysfs__read_int() local 465 char path[PATH_MAX]; sysfs__read_str() local 507 char path[PATH_MAX]; sysctl__read_int() local 520 char path[PATH_MAX]; sysfs__write_int() local [all...] |
/third_party/node/tools/ |
H A D | install.py | 19 path = os.path.join(*args) 20 return os.path.abspath(path) 26 def try_unlink(path): 28 os.unlink(path) 35 try_mkdir_r(os.path.dirname(link_path)) 38 def try_mkdir_r(path): 40 os.makedirs(path) 44 def try_rmdir_r(path) [all...] |
/kernel/linux/linux-5.10/drivers/thunderbolt/ |
H A D | tunnel.c | 102 /* If the path is complete sw is not NULL */ in tb_initial_credits() 116 static void tb_pci_init_path(struct tb_path *path) in tb_pci_init_path() argument 118 path->egress_fc_enable = TB_PATH_SOURCE | TB_PATH_INTERNAL; in tb_pci_init_path() 119 path->egress_shared_buffer = TB_PATH_NONE; in tb_pci_init_path() 120 path->ingress_fc_enable = TB_PATH_ALL; in tb_pci_init_path() 121 path->ingress_shared_buffer = TB_PATH_NONE; in tb_pci_init_path() 122 path->priority = 3; in tb_pci_init_path() 123 path->weight = 1; in tb_pci_init_path() 124 path->drop_packages = 0; in tb_pci_init_path() 125 path in tb_pci_init_path() 144 struct tb_path *path; tb_tunnel_discover_pci() local 222 struct tb_path *path; tb_tunnel_alloc_pci() local 605 tb_dp_init_aux_path(struct tb_path *path) tb_dp_init_aux_path() argument 620 tb_dp_init_video_path(struct tb_path *path, bool discover) tb_dp_init_video_path() argument 658 struct tb_path *path; tb_tunnel_discover_dp() local 744 struct tb_path *path; tb_tunnel_alloc_dp() local 809 tb_dma_init_path(struct tb_path *path, unsigned int isb, unsigned int efc, u32 credits) tb_dma_init_path() argument 846 struct tb_path *path; tb_tunnel_alloc_dma() local 1008 tb_usb3_init_path(struct tb_path *path) tb_usb3_init_path() argument 1036 struct tb_path *path; tb_tunnel_discover_usb3() local 1142 struct tb_path *path; tb_tunnel_alloc_usb3() local [all...] |
/third_party/python/Lib/test/ |
H A D | test_venv.py | 11 import os.path namespace 63 self.env_dir = os.path.realpath(tempfile.mkdtemp()) 73 self.exe = os.path.split(executable)[-1] 75 and os.path.lexists(executable) 76 and not os.path.exists(executable)): 91 return os.path.join(self.env_dir, *args) 103 self.assertTrue(os.path.isdir(fn)) 107 Test the create function with default arguments and a str path. 115 Test the create function with default arguments and a pathlib.Path path. 130 self.assertTrue(os.path [all...] |
/kernel/linux/linux-5.10/security/apparmor/ |
H A D | path.c | 15 #include <linux/path.h> 21 #include "include/path.h" 37 /* If the path is not connected to the expected root, 41 * specifically directed to connect the path, 43 * if in a chroot and doing chroot relative paths and the path 48 static int disconnect(const struct path *path, char *buf, char **name, in disconnect() argument 55 our_mnt(path->mnt))) { in disconnect() 56 /* disconnected path, don't return pathname starting in disconnect() 75 * d_namespace_path - lookup a name associated with a given path 88 d_namespace_path(const struct path *path, char *buf, char **name, int flags, const char *disconnected) d_namespace_path() argument 197 aa_path_name(const struct path *path, int flags, char *buffer, const char **name, const char **info, const char *disconnected) aa_path_name() argument [all...] |
/kernel/linux/linux-6.6/security/apparmor/ |
H A D | path.c | 15 #include <linux/path.h> 21 #include "include/path.h" 37 /* If the path is not connected to the expected root, 41 * specifically directed to connect the path, 43 * if in a chroot and doing chroot relative paths and the path 48 static int disconnect(const struct path *path, char *buf, char **name, in disconnect() argument 55 our_mnt(path->mnt))) { in disconnect() 56 /* disconnected path, don't return pathname starting in disconnect() 75 * d_namespace_path - lookup a name associated with a given path 88 d_namespace_path(const struct path *path, char *buf, char **name, int flags, const char *disconnected) d_namespace_path() argument 197 aa_path_name(const struct path *path, int flags, char *buffer, const char **name, const char **info, const char *disconnected) aa_path_name() argument [all...] |