/third_party/ffmpeg/libavformat/ |
H A D | sctp.c | 190 char hostname[1024], proto[1024], path[1024]; in sctp_open() local 194 &port, path, sizeof(path), uri); in sctp_open()
|
H A D | tcp.c | 111 char hostname[1024],proto[1024],path[1024]; in tcp_open() local 116 &port, path, sizeof(path), uri); in tcp_open()
|
/third_party/gn/src/gn/ |
H A D | create_bundle_target_generator.cc | 193 SourceFile path = scope_->GetSourceDir().ResolveRelativeFile( in FillPartialInfoPlist() local 199 if (!EnsureStringIsInOutputDir(build_settings->build_dir(), path.value(), in FillPartialInfoPlist() 203 target_->bundle_data().set_partial_info_plist(path); in FillPartialInfoPlist()
|
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
H A D | URLHandler.java | 174 private void process(URLVisitor v, boolean recurse, boolean strip, String path, File[] files) { in process() argument 181 process(v, recurse, strip, path + f.getName()+ '/', f.listFiles()); in process() 184 v.visit(strip? f.getName() : path + f.getName()); in process()
|
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
H A D | URLHandler.java | 178 private void process(URLVisitor v, boolean recurse, boolean strip, String path, File[] files) { in process() argument 185 process(v, recurse, strip, path + f.getName()+ '/', f.listFiles()); in process() 188 v.visit(strip? f.getName() : path + f.getName()); in process()
|
/third_party/mbedtls/scripts/ |
H A D | generate_ssl_debug_helpers.py | 369 mbedtls_root = os.path.abspath( 371 with open(os.path.join(mbedtls_root, 'include/mbedtls/ssl.h')) as f: 392 with open(os.path.join(output_directory, 'ssl_debug_helpers_generated.c'), 'w') as f:
|
/third_party/lzma/CPP/7zip/Bundles/SFXCon/ |
H A D | SfxCon.cpp | 294 FString path;
in Main2() local 295 NDLL::MyGetModuleFileName(path);
in Main2() 296 if (!MyGetFullPathName(path, arcPath))
in Main2() 371 throw "Empty file path";
in Main2()
|
/third_party/node/test/parallel/ |
H A D | test-cli-eval.js | 33 const path = require('path'); 92 // Module path resolve bug regression test. 94 { cwd: path.resolve(__dirname, '../../') }, 132 let emptyFile = fixtures.path('empty.js');
|
H A D | test-crypto-x509.js | 23 const cert = readFileSync(fixtures.path('keys', 'agent1-cert.pem')); 24 const key = readFileSync(fixtures.path('keys', 'agent1-key.pem')); 25 const ca = readFileSync(fixtures.path('keys', 'ca1-cert.pem'));
|
H A D | test-fs-read-stream.js | 31 const fn = fixtures.path('elipses.txt'); 32 const rangeFile = fixtures.path('x.txt'); 198 const filename = `${tmpdir.path}/foo.pipe`; 269 const file = fs.createReadStream('/path/to/file/that/does/not/exist');
|
H A D | test-fs-stat-bigint.js | 7 const path = require('path'); 17 const filename = path.join(tmpdir.path, `test-file-${++testIndex}`);
|
/third_party/node/deps/v8/tools/testrunner/ |
H A D | standard_runner.py | 15 # Adds testrunner to the path hence it has to be imported at the beggining. 64 PREDICTABLE_WRAPPER = os.path.join( 155 if not os.path.exists(self.sancov_dir): 364 assert os.path.exists(options.json_test_results)
|
/third_party/musl/src/regex/ |
H A D | glob.c | 35 static int do_glob(char *buf, size_t pos, int type, char *pat, int flags, int (*errfunc)(const char *path, int err), struct match **tail) in do_glob() argument 175 static int ignore_err(const char *path, int err) in ignore_err() argument 227 int glob(const char *restrict pat, int flags, int (*errfunc)(const char *path, int err), glob_t *restrict g) in glob() argument
|
/third_party/mesa3d/src/intel/tools/ |
H A D | intel_sanitize_gpu.c | 321 open(const char *path, int flags, ...) in open() argument 330 int fd = libc_open(path, flags, mode); in open() 343 open64(const char *path, int flags, ...);
|
/third_party/icu/icu4c/source/test/intltest/ |
H A D | datadrivennumberformattestsuite.cpp | 32 CharString path(getSourceTestData(status), status); in run() 33 path.appendPathPart(fileName, status); in run() 35 LocalUCHARBUFPointer f(ucbuf_open(path.data(), &codePage, true, false, &status)); in run()
|
/third_party/libevdev/tools/ |
H A D | libevdev-tweak-device.c | 387 const char *path; in main() local 430 path = argv[optind]; in main() 432 fd = open(path, O_RDWR); in main()
|
/third_party/libinput/src/ |
H A D | udev-seat.c | 174 const char *path, *sysname; in udev_input_add_devices() local 180 path = udev_list_entry_get_name(entry); in udev_input_add_devices() 181 device = udev_device_new_from_syspath(udev, path); in udev_input_add_devices()
|
/third_party/python/Lib/distutils/tests/ |
H A D | test_filelist.py | 312 file1 = os.path.join('foo', 'file1.txt') 315 file2 = os.path.join('bar', 'file2.txt') 322 When findall is called with another path, the full 323 path name should be returned. 326 file1 = os.path.join(temp_dir, 'file1.txt')
|
/third_party/python/Lib/ |
H A D | shlex.py | 283 # This implements cpp-like semantics for relative-path inclusion. 284 if isinstance(self.infile, str) and not os.path.isabs(newfile): 285 newfile = os.path.join(os.path.dirname(self.infile), newfile)
|
/third_party/skia/third_party/externals/angle2/scripts/ |
H A D | export_targets.py | 7 before python3 in your path. 26 export PATH="$PATH:/path/to/depot_tools" 41 /path/to/gecko/gfx/angle/update-angle.py origin/chromium/XXXX 56 SCRIPT_DIR = os.path.dirname(__file__) 64 vs_dir = os.path.join(SCRIPT_DIR, '..', 'third_party', 'depot_tools', 'win_toolchain', 'vs_files') 65 if not os.path.isdir(vs_dir):
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/GSYM/ |
H A D | GsymCreator.cpp | 29 llvm::sys::path::Style Style) { in insertFile() 30 llvm::StringRef directory = llvm::sys::path::parent_path(Path, Style); in insertFile() 31 llvm::StringRef filename = llvm::sys::path::filename(Path, Style); in insertFile()
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cTestPackage.cpp | 87 void init(tcu::TestCase* testCase, const std::string& path); 105 void TestCaseWrapper::init(tcu::TestCase* testCase, const std::string& path) in init() argument 107 if (m_waiverMechanism->isOnWaiverList(path)) in init()
|
/third_party/python/Lib/test/ |
H A D | test_stat.py | 180 fifo_path = os.path.join("/fifos/", TESTFN) 194 if os.path.exists(os.devnull): 200 if os.path.exists(blockdev):
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | conf-parser.c | 94 char *path = NULL, *fn; in parse_line() local 102 fn = path = pa_sprintf_malloc("%s" PA_PATH_SEP "%s", dir, fn); in parse_line() 108 pa_xfree(path); in parse_line()
|
/third_party/skia/third_party/externals/tint/tools/src/cmd/check-spec-examples/ |
H A D | main.go | 24 // go run tools/check-spec-examples/main.go --compiler=<path-to-tint> 37 "path/filepath" 60 fmt.Fprintf(out, "spec is an optional local file path or URL to the WGSL specification.\n") 82 compilerPath := flag.String("compiler", "tint", "path to compiler executable") 95 // Check for explicit WGSL spec path 112 // The specURL might just be a local file path, in which case automatically 198 // compiler at the given path. If the example is annotated with 'function-scope' 228 path := filepath.Join(wd, filename) 229 if err := ioutil.WriteFile(path, []byte(code), 0666); err != nil { 230 return fmt.Errorf("Failed to write example file '%v'", path) [all...] |