/kernel/linux/linux-6.6/include/xen/ |
H A D | xenbus.h | 70 const char *path, const char *token); 74 const char *path, const char *token); 209 int xenbus_watch_path(struct xenbus_device *dev, const char *path, 236 enum xenbus_state xenbus_read_driver_state(const char *path);
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | pdt.c | 45 char path[256]; in of_pdt_build_full_name() local 49 if (!of_pdt_prom_ops->pkg2path(dp->phandle, path, sizeof(path), &len)) { in of_pdt_build_full_name() 50 name = kbasename(path); in of_pdt_build_full_name()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/core/ |
H A D | firmware.c | 32 char path[64]; in nvkm_firmware_load_name() local 35 snprintf(path, sizeof(path), "%s%s", base, name); in nvkm_firmware_load_name() 36 ret = nvkm_firmware_get(subdev, path, ver, pfw); in nvkm_firmware_load_name()
|
/kernel/linux/linux-6.6/tools/testing/selftests/move_mount_set_group/ |
H A D | move_mount_set_group_test.c | 59 static int write_file(const char *path, const void *buf, size_t count) in write_file() argument 64 fd = open(path, O_WRONLY | O_CLOEXEC | O_NOCTTY | O_NOFOLLOW); in write_file() 149 static bool is_shared_mount(const char *path) in is_shared_mount() argument 172 if (strcmp(target, path) != 0) in is_shared_mount()
|
/kernel/linux/linux-6.6/net/hsr/ |
H A D | hsr_main.h | 50 /* The helper functions below assumes that 'path' occupies the 4 most 51 * significant bits of the 16-bit field shared by 'path' and 'LSDU_size' (or 57 * with the path field in-between, which seems strange. I'm guessing the MAC 61 static inline void set_hsr_tag_path(struct hsr_tag *ht, u16 path) in set_hsr_tag_path() argument 64 htons((ntohs(ht->path_and_LSDU_size) & 0x0FFF) | (path << 12)); in set_hsr_tag_path() 101 static inline void set_hsr_stag_path(struct hsr_sup_tag *hst, u16 path) in set_hsr_stag_path() argument 103 set_hsr_tag_path((struct hsr_tag *)hst, path); in set_hsr_stag_path()
|
/third_party/astc-encoder/Test/ |
H A D | astc_test_result_report.py | 62 scriptDir = os.path.dirname(__file__) 63 imageDir = os.path.join(scriptDir, "Images") 82 fullPath = os.path.join(root, name) 86 imageSet = os.path.basename(root)
|
/third_party/cJSON/tests/unity/test/ |
H A D | rakefile_helper.rb | 36 path = $cfg['compiler']['unit_tests_path'] + 'test*' + C_EXTENSION 37 path.tr!('\\', '/') 38 FileList.new(path) 90 command = tackit($cfg['compiler']['path']) 114 command = tackit($cfg['linker']['path']) 132 (obj_list.map { |obj| "#{$cfg['linker']['object_files']['path']}#{obj} " }).join + 141 command = if $cfg['simulator']['path'].nil? 144 (tackit($cfg['simulator']['path']) + ' ')
|
/third_party/cJSON/tests/unity/auto/ |
H A D | stylize_as_junit.rb | 37 o.on('-p', '--root_path <path>', 'Prepend this path to files in results.') do |root_path| 96 # use line[0] from the test output to get the test_file path and name 104 result_output[:source][:path] = File.dirname(test_file) 127 puts ' -p, --root_path <path> Prepend this path to files in results.' 166 source: { path: '', file: '' }, 190 filename = File.join(results[:source][:path], File.basename(results[:source][:file], '.*')) 208 filename = File.join(results[:source][:path], File.basename(results[:source][:file], '.*')) 240 # set the root path [all...] |
/third_party/cJSON/tests/unity/examples/example_3/ |
H A D | rakefile_helper.rb | 26 path = $cfg['compiler']['unit_tests_path'] + 'Test*' + C_EXTENSION 27 path.tr!('\\', '/') 28 FileList.new(path) 71 command = tackit($cfg['compiler']['path']) 94 command = tackit($cfg['linker']['path']) 112 (obj_list.map { |obj| "#{$cfg['linker']['object_files']['path']}#{obj} " }).join + 121 command = if $cfg['simulator']['path'].nil? 124 (tackit($cfg['simulator']['path']) + ' ')
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ |
H A D | AlternateLocaleData.java | 27 * A factory for data suppliers which can filter CLDR values by substituting values from one path 28 * to another. The replaced value must retain the original "target" path but will have the value 44 * based on the {@code "alt"} path attribute (e.g. selecting the short form of a region name). 49 * supplied {@link CldrPath} mapping. Keys in the path map are the "target" paths of values to 52 * namespace (i.e. have the same path element names). 63 // Mapping from target (destination) to source path. This is necessary since two targets 120 // Locale specific path mappings overwrite global ones. in AltData() 129 // ... and if the target path it will be transformed to actually exists. in AltData() 131 // The value in the mapping is the source path (it's target->source for lookup). in AltData() 164 private static CldrPath checkLdml(CldrPath path) { in checkLdml() argument [all...] |
/third_party/icu/icu4j/main/tests/framework/src/com/ibm/icu/dev/test/ |
H A D | TestUtil.java | 30 * Return an input stream on the data file at path 'name' rooted at the data path 33 String path = DATA_PATH + name; in getDataStream() 36 is = TestUtil.class.getResourceAsStream(path); in getDataStream() 39 new IOException("data resource '" + path + "' not found"); in getDataStream() 44 throw new IOException("data resource '" + path + "' not found"); in getDataStream() 50 * Return a buffered reader on the data file at path 'name' rooted at the data path. 62 * Return a buffered reader on the data file at path 'name' rooted at the data path, [all...] |
/third_party/icu/ohos_icu4j/src/main/tests/ohos/global/icu/dev/test/ |
H A D | TestUtil.java | 31 * Return an input stream on the data file at path 'name' rooted at the data path 34 String path = DATA_PATH + name; in getDataStream() 37 is = TestUtil.class.getResourceAsStream(path); in getDataStream() 40 new IOException("data resource '" + path + "' not found"); in getDataStream() 45 throw new IOException("data resource '" + path + "' not found"); in getDataStream() 51 * Return a buffered reader on the data file at path 'name' rooted at the data path. 63 * Return a buffered reader on the data file at path 'name' rooted at the data path, [all...] |
/third_party/libunwind/libunwind/src/dwarf/ |
H A D | Gfind_unwind_table.c | 40 char *path, unw_word_t segbase, unw_word_t mapoff, in dwarf_find_unwind_table() 140 path, hdr->version); in dwarf_find_unwind_table() 220 edi->di_arm.u.rti.name_ptr = to_unw_word (path); in dwarf_find_unwind_table() 229 found = dwarf_find_debug_frame (found, &edi->di_debug, ip, load_base, path, in dwarf_find_unwind_table() 39 dwarf_find_unwind_table(struct elf_dyn_info *edi, unw_addr_space_t as, char *path, unw_word_t segbase, unw_word_t mapoff, unw_word_t ip) dwarf_find_unwind_table() argument
|
/third_party/libuv/test/ |
H A D | runner-win.c | 76 WCHAR path[MAX_PATH], filename[MAX_PATH]; in process_start() local 88 if (GetTempPathW(sizeof(path) / sizeof(WCHAR), (WCHAR*)&path) == 0) in process_start() 90 if (GetTempFileNameW((WCHAR*)&path, L"uv", 0, (WCHAR*)&filename) == 0) in process_start()
|
/third_party/node/test/parallel/ |
H A D | test-fs-promises-writefile.js | 6 const path = require('path'); 9 const tmpDir = tmpdir.path; 14 const dest = path.resolve(tmpDir, 'tmp.txt'); 15 const otherDest = path.resolve(tmpDir, 'tmp-2.txt');
|
/third_party/node/deps/v8/tools/release/ |
H A D | roll_merge.py | 42 if os.path.exists(self.Config("ALREADY_MERGING_SENTINEL_FILE")): 165 text = FileToText(os.path.join(self.default_cwd, VERSION_FILE)) 169 TextToFile(text, os.path.join(self.default_cwd, VERSION_FILE)) 171 self.Editor(os.path.join(self.default_cwd, VERSION_FILE))
|
/third_party/node/deps/v8/tools/ |
H A D | gen-keywords-gen-h.py | 221 script_dir = os.path.dirname(sys.argv[0]) 222 root_dir = os.path.join(script_dir, '..') 238 clang_format_path = os.path.join(root_dir, 242 with open(os.path.join(root_dir, OUTPUT_PATH), 'w') as f:
|
/third_party/node/deps/v8/third_party/jinja2/ |
H A D | bccache.py | 17 from os import path namespace 101 from os import path 109 filename = path.join(self.directory, bucket.key) 110 if path.exists(filename): 115 filename = path.join(self.directory, bucket.key) 213 actual_dir = os.path.join(tmpdir, dirname) 244 return path.join(self.directory, self.pattern % bucket.key) 270 remove(path.join(self.directory, filename))
|
/third_party/node/deps/v8/tools/clusterfuzz/js_fuzzer/ |
H A D | gen_exceptions.js | 16 const p = require('path'); 104 const result = failedList.map(path => babelTypes.stringLiteral(path)); 113 const result = slowList.map(([path, duration]) => { 114 const literal = babelTypes.stringLiteral(path);
|
/third_party/node/deps/v8/third_party/zlib/contrib/minizip/ |
H A D | unzip.h | 166 extern unzFile ZEXPORT unzOpen OF((const char *path)); 167 extern unzFile ZEXPORT unzOpen64 OF((const void *path)); 169 Open a Zip file. path contain the full pathname (by example, 176 the "64" function take a const void* pointer, because the path is just the 178 Under Windows, if UNICODE is defined, using fill_fopen64_filefunc, the path 184 extern unzFile ZEXPORT unzOpen2 OF((const char *path, 191 extern unzFile ZEXPORT unzOpen2_64 OF((const void *path,
|
/third_party/node/tools/inspector_protocol/jinja2/ |
H A D | bccache.py | 17 from os import path, listdir namespace 124 from os import path 132 filename = path.join(self.directory, bucket.key) 133 if path.exists(filename): 138 filename = path.join(self.directory, bucket.key) 234 actual_dir = os.path.join(tmpdir, dirname) 261 return path.join(self.directory, self.pattern % bucket.key) 286 remove(path.join(self.directory, filename))
|
/third_party/node/tools/ |
H A D | js2c.py | 140 return os.path.splitext(filename)[0] 186 if os.path.exists(target): 204 ext = os.path.splitext(filename)[-1] 243 assert os.path.basename(source_files['.gypi'][0]) == 'config.gypi'
|
/third_party/node/deps/npm/node_modules/cacache/lib/content/ |
H A D | write.js | 5 const contentPath = require('./path') 11 const path = require('path') 155 const tmpTarget = uniqueFilename(path.join(cache, 'tmp'), opts.tmpPrefix) 156 await fs.mkdir(path.dirname(tmpTarget), { recursive: true }) 165 const destDir = path.dirname(destination)
|
/third_party/mesa3d/src/gallium/drivers/zink/ |
H A D | zink_device_info.py | 28 from os import path namespace 652 header_path = path.abspath(header_path) 653 impl_path = path.abspath(impl_path) 654 vkxml_path = path.abspath(vkxml_path) 656 print("usage: %s <path to .h> <path to .c> <path to vk.xml>" % sys.argv[0])
|
/third_party/mesa3d/src/gallium/auxiliary/pipe-loader/ |
H A D | pipe_loader_drm.c | 203 char path[PATH_MAX]; in open_drm_render_node_minor() local 204 snprintf(path, sizeof(path), DRM_RENDER_NODE_DEV_NAME_FORMAT, DRM_DIR_NAME, in open_drm_render_node_minor() 206 return loader_open_device(path); in open_drm_render_node_minor()
|