Home
last modified time | relevance | path

Searched refs:path (Results 6026 - 6050 of 12204) sorted by relevance

1...<<241242243244245246247248249250>>...489

/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dltp_posix_driver.py53 self.result = os.path.join(
65 LOG.debug("Test case file path: %s" % suite_file)
90 if not os.path.exists(config_file):
169 return self.result if os.path.exists(self.result) else ""
/third_party/ffmpeg/libavformat/
H A Dos_support.h59 * is capable to handle long path names on Windows.
97 static inline int is_dos_path(const char *path) in is_dos_path() argument
100 if (path[0] && path[1] == ':') in is_dos_path()
H A Dsapdec.c65 char host[1024], path[1024], url[1024]; in sap_read_header() local
75 path, sizeof(path), s->url); in sap_read_header()
/third_party/curl/lib/
H A Dhttp.h243 * @param path pointer to the requested path
254 const char *path,
269 char *path; member
281 const char *path, size_t p_len);
292 #define HTTP_PSEUDO_PATH ":path"
/third_party/googletest/googlemock/scripts/generator/cpp/
H A Dgmock_class_test.py25 sys.path.append(os.path.join(os.path.dirname(__file__), '..'))
/third_party/googletest/googletest/test/
H A Dgoogletest-output-test.py81 GOLDEN_PATH = os.path.join(gtest_test_utils.GetSourceDir(), GOLDEN_NAME)
313 open(os.path.join(
317 open(os.path.join(
/third_party/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
H A DAPIData.java160 String path = "src/com/ibm/icu/dev/tool/docs/"; in main()
169 if (arg.equals("-path:")) { in main()
170 path = args[++i]; in main()
176 File f = new File(path, fn); in main()
/third_party/json/tests/src/
H A Dunit-readme.cpp278 { "op": "replace", "path": "/baz", "value": "boo" },
279 { "op": "add", "path": "/hello", "value": ["world"] },
280 { "op": "remove", "path": "/foo"}
293 // { "op":" replace", "path": "/baz", "value": ["one", "two", "three"] },
294 // { "op":"remove","path":"/hello" },
295 // { "op":"add","path":"/foo","value":"bar" }
/third_party/mesa3d/src/egl/generate/
H A Dgen_egl_dispatch.py42 NEWAPI = os.path.join(os.path.dirname(__file__), "..", "..", "mapi", "new")
43 sys.path.insert(0, NEWAPI)
/third_party/ltp/testcases/kernel/controllers/memcg/functional/
H A Dmemcg_lib.sh194 local path=$2
195 local usage_start=$(cat ${path}memory.usage_in_bytes)
206 local usage=$(cat ${path}memory.usage_in_bytes)
/third_party/node/src/
H A Dfs_event_wrap.cc147 BufferValue path(env->isolate(), args[0]); in Start()
148 CHECK_NOT_NULL(*path); in Start()
161 err = uv_fs_event_start(&wrap->handle_, OnEvent, *path, flags); in Start()
/third_party/node/test/parallel/
H A Dtest-crypto-authenticated-stream.js10 const path = require('path');
75 const filename = (name) => path.join(tmpdir.path, `${name}${count}`);
H A Dtest-http-agent-keepalive.js49 function get(path, callback) {
54 path: path
/third_party/node/deps/v8/tools/release/
H A Dtest_mergeinfo.py11 from os import path namespace
38 if path.exists(self.base_dir):
52 if path.exists(self.base_dir):
/third_party/mesa3d/src/mapi/new/
H A DgenCommon.py34 GLAPI = os.path.join(os.path.dirname(__file__), "..", "glapi", "gen")
35 sys.path.insert(0, GLAPI)
60 xmlFile should be the path to Khronos's gl.xml file. The return value is a
/third_party/mesa3d/src/intel/dev/
H A Dintel_dev_info.c106 const char *path = devices[i]->nodes[DRM_NODE_RENDER]; in main() local
107 int fd = open(path, O_RDWR | O_CLOEXEC); in main()
124 fprintf(stdout, "%s:\n", path); in main()
/third_party/node/deps/icu-small/source/tools/pkgdata/
H A Dpkgtypes.c202 char * convertToNativePathSeparators(char *path) { in convertToNativePathSeparators() argument
205 while ((itr = uprv_strchr(path, U_FILE_ALT_SEP_CHAR))) { in convertToNativePathSeparators()
209 return path; in convertToNativePathSeparators()
227 return l; /* no dir path */ in pkg_appendUniqueDirToList()
/third_party/node/deps/npm/node_modules/node-gyp/lib/
H A DFind-VisualStudio.cs65 ISetupInstance GetInstanceForPath([MarshalAs(UnmanagedType.LPWStr), In] string path); in GetInstanceForPath() argument
232 string path = JsonString(setupInstance2.GetInstallationPath()); in InstanceJson()
233 json.Append(String.Format("\"path\":{0},", path)); in InstanceJson()
/third_party/icu/icu4c/source/tools/pkgdata/
H A Dpkgtypes.c202 char * convertToNativePathSeparators(char *path) { in convertToNativePathSeparators() argument
205 while ((itr = uprv_strchr(path, U_FILE_ALT_SEP_CHAR))) { in convertToNativePathSeparators()
209 return path; in convertToNativePathSeparators()
227 return l; /* no dir path */ in pkg_appendUniqueDirToList()
/third_party/ltp/testcases/kernel/syscalls/fanotify/
H A Dfanotify14.c276 const char *path = tc->expected_errno == ENOTDIR ? FILE1 : MNTPOINT; in do_test() local
281 path = NULL; in do_test()
287 tc->mask.flags, dirfd, path), in do_test()
/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-ws.c203 * For ws, protocol aux is <url path>;<ws subprotocol name>
215 /* i.path on entry is used to override the policy urlpath if not "" */ in secstream_connect_munge_ws()
217 if (i->path[0]) in secstream_connect_munge_ws()
218 pbasis = i->path; in secstream_connect_munge_ws()
229 /* protocol aux is the path part ; ws subprotocol name */ in secstream_connect_munge_ws()
231 i->path = buf; in secstream_connect_munge_ws()
/third_party/musl/libc-test/src/functional/
H A Ddl_multithread_lock.c38 char path[MAX_BUF] = { 0 }; in check_loaded() local
39 sprintf(path, "/proc/%d/maps", pid); in check_loaded()
40 FILE* fp = fopen(path, "r"); in check_loaded()
/third_party/libphonenumber/metadata/src/main/java/com/google/i18n/phonenumbers/metadata/model/
H A DAltFormatsSchema.java71 /** Loads the alternate formats from a given file path. */
72 public static ImmutableList<AltFormatSpec> loadAltFormats(Path path) { in loadAltFormats() argument
73 if (!Files.exists(path)) { in loadAltFormats()
76 try (Reader csv = Files.newBufferedReader(path)) { in loadAltFormats()
H A DCommentsSchema.java65 /** Loads the comments from a given file path. */
66 public static ImmutableList<Comment> loadComments(Path path) { in loadComments() argument
67 if (!Files.exists(path)) { in loadComments()
70 try (Reader csv = Files.newBufferedReader(path)) { in loadComments()
/third_party/rust/crates/autocfg/src/
H A Dtests.rs3 use std::path::Path;
6 fn core_std(&self, path: &str) -> String { in core_std()
8 format!("{}::{}", krate, path) in core_std()

Completed in 17 milliseconds

1...<<241242243244245246247248249250>>...489