/kernel/linux/linux-6.6/tools/power/cpupower/bench/ |
H A D | parse.c | 149 * @param path config file name 155 int prepare_config(const char *path, struct config *config) in prepare_config() argument 166 configfile = fopen(path, "r"); in prepare_config()
|
/kernel/uniproton/cmake/common/build_auxiliary_script/ |
H A D | Kconfig2macro.py | 44 file_path, file_name = os.path.split(out_file) 220 if os.path.exists(in_file) == False:
|
/third_party/gn/src/gn/ |
H A D | build_settings.h | 47 // Absolute path of the source root on the local system. Everything is 112 // Returns the full absolute OS path cooresponding to the given file in the 117 // Parameter as_file defines whether path should be treated as a 119 base::FilePath GetFullPath(const std::string& path, bool as_file) const; 121 // Returns the absolute OS path inside the secondary source path. Will return 122 // an empty FilePath if the secondary source path is empty. When loading a 127 // Parameter as_file defines whether path should be treated as a 129 base::FilePath GetFullPathSecondary(const std::string& path,
|
/third_party/backends/include/sane/ |
H A D | sanei_usb.h | 198 @param path Path to the XML data file. 201 extern SANE_Status sanei_usb_testing_enable_replay(SANE_String_Const path, 209 * @param path Path to the XML data file. 212 extern SANE_Status sanei_usb_testing_enable_record(SANE_String_Const path,
|
/third_party/NuttX/fs/vfs/include/ |
H A D | file.h | 526 * @brief get the path by a given file fd. 529 * The function is used for getting the path by a given file fd. 537 * @param path [IN] Type #char ** address of the location to return the path reference. 539 * @retval #0 get path success 540 * @retval #~0 get path failed 549 int get_path_from_fd(int fd, char **path); 585 int follow_symlink(int dirfd, const char *path, struct Vnode **vnode, char **fullpath);
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
H A D | TerritoryContainment.java | 55 CldrPath path = v.getPath(); in getContainment() 56 if (CONTAINMENT_PATH.matches(path)) { in getContainment()
|
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
H A D | TestData.java | 149 private static CldrValue supplemental(String path, Object... args) { in supplemental() argument 150 return CldrValue.parseValue(String.format("//supplementalData/" + path, args), ""); in supplemental()
|
/third_party/icu/icu4c/source/extra/uconv/ |
H A D | uwmsg.c | 93 U_CFUNC UResourceBundle *u_wmsg_setPath(const char *path, UErrorCode *err) in u_wmsg_setPath() argument 108 b = ures_open(path, NULL, err); in u_wmsg_setPath() 137 fprintf(stderr, "u_wmsg: No path set!!\n"); /* FIXME: codepage?? */ in u_wmsg()
|
/third_party/mbedtls/scripts/mbedtls_dev/ |
H A D | test_data_generation.py | 197 # If specified explicitly, this option may be a path relative to the 212 options.directory = os.path.abspath(options.directory) 229 options.targets = [os.path.basename(re.sub(r'\.data\Z', r'', target))
|
/third_party/lzma/CPP/7zip/UI/Common/ |
H A D | UpdateCallback.h | 42 virtual HRESULT OpenFileError(const FString &path, DWORD systemError) x \
43 virtual HRESULT ReadingFileError(const FString &path, DWORD systemError) x \
162 UString ArcFileName; // without path prefix
|
H A D | Update.h | 28 UString Prefix; // path(folder) prefix including slash
34 FString TempPrefix; // path(folder) for temp location
39 void ParseFromPath(const UString &path, EArcNameMode mode);
196 virtual HRESULT DeletingAfterArchiving(const FString &path, bool isDir) x \
|
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-captive-portal/ |
H A D | minimal-http-client-captive-portal.c | 195 i.path = "/generate_204"; in captive_portal_detect_request() 253 i.path = "/"; in app_system_state_nf()
|
/third_party/node/lib/internal/main/ |
H A D | watch_mode.js | 25 const { resolve } = require('path'); 34 const kShouldFilterModules = getOptionValue('--watch-path').length === 0; 35 const kWatchedPaths = ArrayPrototypeMap(getOptionValue('--watch-path'), (path) => resolve(path)); 40 !StringPrototypeStartsWith(arg, '--watch-path') && 41 (!arr[i - 1] || !StringPrototypeStartsWith(arr[i - 1], '--watch-path')) &&
|
/third_party/node/deps/v8/tools/release/ |
H A D | auto_roll.py | 116 if not os.path.exists(os.path.join(cwd, "DEPS")): # pragma: no cover 187 help=("The path to your Chromium src/ "
|
/third_party/node/test/parallel/ |
H A D | test-inspector-connect-main-thread.js | 8 const path = require('path'); 149 'url': pathToFileURL(path.resolve(__dirname, __filename)).toString(),
|
/third_party/ninja/src/ |
H A D | includes_normalize-win32.cc | 40 *err = "path too long"; in InternalGetFullPathName() 94 // Check path |s| is FullPath style returned by GetFullPathName. 95 // This ignores difference of path separator. 105 // Check "." or ".." is contained in path. in IsFullPathName() 160 StringPiece path, const vector<StringPiece>& start_list, string* err) { in Relativize() 161 string abs_path = AbsPath(path, err); in Relativize() 189 *err = "path too long"; in Normalize() 159 Relativize( StringPiece path, const vector<StringPiece>& start_list, string* err) Relativize() argument
|
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/packaging/ |
H A D | _manylinux.py | 18 # as the type for `path` until then. 20 def _parse_elf(path: str) -> Generator[Optional[ELFFile], None, None]: 22 with open(path, "rb") as f:
|
/third_party/libinput/test/ |
H A D | test-log.c | 51 static int open_restricted(const char *path, int flags, void *data) in open_restricted() argument 54 fd = open(path, flags); in open_restricted()
|
/third_party/ltp/testcases/kernel/syscalls/lchown/ |
H A D | lchown02.c | 28 * denied on a component of the path prefix. 85 static char path[PATH_MAX + 2]; variable 98 {path, "Pathname too long", ENAMETOOLONG, setup_longpath},
|
/third_party/libdrm/tests/tegra/ |
H A D | drm-test.c | 227 int drm_open(const char *path) in drm_open() argument 231 fd = open(path, O_RDWR); in drm_open()
|
/third_party/lz4/tests/ |
H A D | test-lz4-abi.py | 65 base_dir = os.getcwd() + '/..' # /path/to/lz4 66 tmp_dir = base_dir + '/' + tmp_dir_name # /path/to/lz4/tests/versionsTest 67 clone_dir = tmp_dir + '/' + 'lz4' # /path/to/lz4/tests/versionsTest/lz4 68 lib_dir = base_dir + '/lib' # /path/to/lz4/lib 73 if not os.path.isdir(clone_dir): 95 # if not os.path.isfile(dst_liblz4) or tag == head: 97 r_dir = '{}/{}'.format(tmp_dir, tag) # /path/to/lz4/test/lz4test/<TAG> 102 os.chdir(r_dir + '/lib') # /path/to/lz4/lz4test/<TAG>/lib 124 if os.path.isfile('abiTest'):
|
/third_party/node/deps/uv/src/unix/ |
H A D | linux-syscalls.c | 246 const char* path, in uv__statx() 253 return syscall(__NR_statx, dirfd, path, flags, mask, statxbuf); in uv__statx() 245 uv__statx(int dirfd, const char* path, int flags, unsigned int mask, struct uv__statx* statxbuf) uv__statx() argument
|
/third_party/libabigail/src/ |
H A D | abg-fe-iface.cc | 35 priv(const std::string& path, environment& e) in priv() 36 : corpus_path(path), options(e) in priv() 64 /// @param corpus_path the path to the file represented by the ABI 79 /// @param corpus_path the path to the file for which a new corpus is 105 /// Getter of the path to the file which an ABI corpus is to be 108 /// @return the path to the file which an ABI corpus is to be created 114 /// Setter of the path to the file which an ABI corpus is to be 117 /// @param p the new path to the file which an ABI corpus is to be
|
/third_party/python/Tools/c-analyzer/c_analyzer/ |
H A D | match.py | 1 import os.path namespace 56 if 'Include' not in decl.filename.split(os.path.sep):
|
/third_party/python/Tools/msi/ |
H A D | csv_to_wxs.py | 9 py txt_to_wxs.py [path to file list .csv] [path to destination .wxs] 33 def make_id(path): 37 str(path).rstrip('/\\'),
|