/kernel/linux/linux-6.6/tools/perf/scripts/python/ |
H A D | sctop.py | 20 sys.path.append(os.environ['PERF_EXEC_PATH'] + \
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | namespaces.h | 66 char *nsinfo__realpath(const char *path, struct nsinfo *nsi);
|
H A D | probe-finder.h | 40 struct debuginfo *debuginfo__new(const char *path); 63 /* Find a src file from a DWARF tag path */
|
/kernel/linux/linux-6.6/tools/thermal/tmon/ |
H A D | tmon.h | 168 extern int sysfs_set_ulong(char *path, char *filename, unsigned long val);
|
/kernel/linux/linux-6.6/tools/testing/selftests/drivers/net/mlxsw/spectrum/ |
H A D | devlink_resources.sh | 98 path "kvd/$i" size $((size + 128)) &> /dev/null
|
/kernel/uniproton/build/uniproton_ci_lib/ |
H A D | logs.py | 47 sys.path.append(("%s%s") % (globle.home_path, "/../cmake"))
|
/kernel/linux/linux-6.6/scripts/ |
H A D | check-sysctl-docs | 33 # a ctl_table, constructed path when parsing a ctl_path) 109 if (debug) print "Processing path " curpath 131 if (debug) print "Setting path " curpath " to " curentry
|
/kernel/liteos_a/apps/perf/src/ |
H A D | perf_stat.c | 141 (void)execve(cmd.path, cmd.params, NULL); in PerfStat()
|
/third_party/gn/infra/recipe_modules/windows_sdk/ |
H A D | api.py | 50 path (path): Path to a directory. 53 sdk_dir = self.m.path['cache'].join('windows_sdk') 65 sdk_dir (path): Path to a directory containing the SDK. 97 if key.lower() == 'path':
|
/third_party/gn/src/base/files/ |
H A D | file_enumerator.h | 27 // A class for enumerating the files in a provided path. The order of the 48 // The name of the file. This will not include any path information. This 127 // The returned path will incorporate the |root_path| passed in the 136 // Returns true if the given path should be skipped in enumeration. 137 bool ShouldSkip(const FilePath& path);
|
/third_party/gn/src/gn/ |
H A D | function_get_target_outputs.cc | 48 source sets and groups: this will return a list containing the path of the
|
H A D | ohos_components_unittest.cc | 19 "\"path\": \"components/foo\"," 27 "\"path\": \"components/bar\"," 35 "\"path\": \"components/baz\"," 47 EXPECT_EQ("//components/foo", com.path()); in TEST()
|
/third_party/glslang/ |
H A D | gen_extension_headers.py | 44 filename = os.path.basename(i)
82 raise Exception("Expected path after {}".format(opt))
|
/third_party/alsa-utils/axfer/ |
H A D | container.h | 66 enum container_format container_format_from_path(const char *path);
|
/third_party/NuttX/fs/nfs/ |
H A D | nfs_mount.h | 90 char nm_path[NFS_MOUNT_PATH_MAX_SIZE]; /* server's path of the directory being mounted */ 171 char *path; /* Server's path of the directory being mount */ member
|
/third_party/NuttX/include/sys/ |
H A D | statfs.h | 132 int statfs(FAR const char *path, FAR struct statfs *buf);
|
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/ |
H A D | indic.bat | 14 REM to work, the perl executable must be on the path. We recommend
|
/third_party/icu/icu4c/source/common/unicode/ |
H A D | resbund.h | 490 void constructForLocale(const UnicodeString& path, const Locale& locale, UErrorCode& error);
|
/third_party/libunwind/libunwind/src/ |
H A D | dl-iterate-phdr.c | 74 if (mi.path[0] != '\0' && (flags & PROT_READ) != 0 && IS_ELF (*ehdr) in dl_iterate_phdr()
|
/third_party/libwebsockets/include/ |
H A D | libwebsockets.hxx | 143 std::string path; member in lssFile
|
/third_party/libuv/src/ |
H A D | uv-data-getter-setters.c | 106 return req->path; in uv_fs_get_path()
|
/third_party/libuv/tools/ |
H A D | make_dist_html.py | 114 os.chdir(os.path.dirname(__file__))
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-client.h | 116 const char *path; member 117 /**< URI path. Prefix with + for a UNIX socket. (+@ for
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | test_case.py | 94 caller = os.path.basename(sys.argv[0])
|
/third_party/mbedtls/include/mbedtls/ |
H A D | x509_csr.h | 181 * \param path filename to read the CSR from 185 int mbedtls_x509_csr_parse_file(mbedtls_x509_csr *csr, const char *path);
|