Searched refs:path (Results 5401 - 5425 of 7006) sorted by relevance
1...<<211212213214215216217218219220>>...281
/third_party/icu/icu4c/source/tools/pkgdata/ |
H A D | pkgtypes.h | 67 * strAlias is an alias to a full or relative path to a FILE. This function 73 * @param strAlias alias to full path string 134 char * convertToNativePathSeparators(char *path);
|
/third_party/libfuse/test/ |
H A D | test_custom_io.py | 15 from os.path import join as pjoin
|
/third_party/libwebsockets/win32port/zlib/ |
H A D | gzguts.h | 90 char *path; /* path or fd for error messages */
member
|
/third_party/libwebsockets/minimal-examples/api-tests/api-test-lejp/ |
H A D | main.c | 140 lwsl_info("%s: ctx->path %s, buf %s\n", __func__, ctx->path, ctx->buf); in test_cb()
|
/third_party/mesa3d/src/gallium/auxiliary/util/ |
H A D | u_tracepoints.py | 31 parser.add_argument('-p', '--import-path', required=True) 35 sys.path.insert(0, args.import_path)
|
/third_party/musl/ldso/linux/ |
H A D | zip_archive.h | 114 int open_uncompressed_library_in_zipfile(const char *path, struct zip_info *z_info, char *separator);
|
/third_party/node/deps/uv/src/ |
H A D | uv-data-getter-setters.c | 106 return req->path; in uv_fs_get_path()
|
/third_party/node/deps/uv/tools/ |
H A D | make_dist_html.py | 114 os.chdir(os.path.dirname(__file__))
|
/third_party/libcoap/include/coap3/ |
H A D | coap_uri.h | 68 coap_str_const_t path; /**< The complete path if present or {0, NULL}. member 99 * @param uri The URI path to copy. 128 * CoAP PDUs contain normalized URIs with their path and query split into 173 * Any path or query are broken down into the individual segment Path or Query 180 * uri->path.length and uri->query.length) 194 * Splits the given URI path into segments. Each segment is preceded 198 * @param s The path string to split. 244 * @return Reconstructed and escaped uri path string part or @c NULL
|
/third_party/libabigail/include/ |
H A D | abg-writer.h | 108 const string& path,
|
H A D | abg-libxml-utils.h | 51 reader_sptr new_reader_from_file(const std::string& path);
|
/third_party/libabigail/src/ |
H A D | abg-viz-svg.cc | 142 std::string strip = R"_delimiter_(<path stroke="black" stroke-width="1" d="M __x __y1 L __x __y2"/>
|
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/ |
H A D | bin.rs | 21 use std::path::Path; 43 // Validate CLI argument input for fuzzed headers output path. 47 false => Err(String::from("Provided directory path does not exist.")), in validate_path() 60 Arg::with_name("path") in main() 62 .long("path") in main() 66 provide directory path for header output. [default: None] ", in main() 105 let output_path: Option<&str> = matches.value_of("path"); in main()
|
/third_party/rust/crates/autocfg/src/ |
H A D | version.rs | 1 use std::path::Path;
|
/third_party/rust/crates/clap/examples/tutorial_builder/ |
H A D | 04_04_custom.rs | 1 use std::path::PathBuf;
|
H A D | 04_03_relations.rs | 1 use std::path::PathBuf;
|
/third_party/python/Tools/freeze/ |
H A D | parsesetup.py | 90 base = os.path.basename(arg)
|
/third_party/python/Tools/peg_generator/scripts/ |
H A D | grammar_grapher.py | 26 sys.path.insert(0, ".")
|
/third_party/python/Tools/scripts/ |
H A D | gprof2html.py | 84 webbrowser.open("file:" + os.path.abspath(outputfilename))
|
/third_party/python/Tools/unicode/ |
H A D | genmap_korean.py | 41 print_autogen(fp, os.path.basename(__file__))
|
/third_party/python/Lib/ |
H A D | _sitebuiltins.py | 40 self.__filenames = [os.path.join(dir, filename)
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_install_scripts.py | 45 f = open(os.path.join(source, name), "w")
|
H A D | test_text_file.py | 55 filename = os.path.join(tmpdir, "test.txt")
|
/third_party/python/Doc/includes/ |
H A D | email-read-alternative.py | 61 extension = os.path.splitext(part.get_filename())[1]
|
/third_party/python/Lib/lib2to3/fixes/ |
H A D | fix_import.py | 15 from os.path import dirname, join, exists, sep
|
Completed in 10 milliseconds
1...<<211212213214215216217218219220>>...281