| /third_party/curl/tests/server/ |
| H A D | util.c | 202 const char *path = "."; variable
|
| /third_party/ffmpeg/libavfilter/ |
| H A D | af_ladspa.c | 443 char *path = av_asprintf("%s/%s.so", dir, soname); in try_load() local
|
| H A D | vf_frei0r.c | 176 char *path = av_asprintf("%s%s%s", prefix, name, SLIBSUF); in load_path() local 192 char *path; in frei0r_init() local [all...] |
| /third_party/ffmpeg/libavformat/ |
| H A D | libsrt.c | 390 char hostname[1024],proto[1024],path[1024]; in libsrt_setup() local
|
| H A D | rtspdec.c | 453 char host[128], path[512], auth[128]; in parse_command_line() local 652 char proto[128], host[128], path[512], auth[128]; in rtsp_listen() local
|
| H A D | mmst.c | 91 char path[256]; ///< Path of the resource being asked for. member
|
| H A D | utils.c | 294 int av_get_frame_filename2(char *buf, int buf_size, const char *path, int number, int flags) in av_get_frame_filename2() argument 352 int av_get_frame_filename(char *buf, int buf_size, const char *path, int number) in av_get_frame_filename() argument 420 int ff_mkdir_p(const char *path) in ff_mkdir_p() argument 357 av_url_split(char *proto, int proto_size, char *authorization, int authorization_size, char *hostname, int hostname_size, int *port_ptr, char *path, int path_size, const char *url) av_url_split() argument [all...] |
| /third_party/curl/lib/ |
| H A D | smtp.c | 1715 const char *path = &data->state.up.path[1]; /* skip leading path */ in smtp_parse_url_path() local [all...] |
| H A D | c-hyper.c | 547 debug_request(struct Curl_easy *data, const char *method, const char *path) debug_request() argument
|
| H A D | mqtt.c | 421 char *path = data->state.up.path; in mqtt_get_topic() local
|
| H A D | pop3.c | 1422 const char *path = &data->state.up.path[1]; /* skip leading path */ in pop3_parse_url_path() local
|
| /third_party/glslang/gtests/ |
| H A D | TestFixture.h | 122 void tryLoadFile(const std::string& path, const std::string& tag, in tryLoadFile() argument 127 ASSERT_TRUE(fileReadOk) << "Cannot open " << tag << " file: " << path; in tryLoadFile() local 132 tryLoadSpvFile(const std::string& path, const std::string& tag, std::vector<uint32_t>& contents) tryLoadSpvFile() argument 137 ASSERT_TRUE(fileReadOk) << "Cannot open " << tag << " file: " << path; tryLoadSpvFile() local [all...] |
| /third_party/gn/src/base/files/ |
| H A D | file_util_win.cc | 56 DWORD DeleteFileRecursive(const FilePath& path, in DeleteFileRecursive() argument 101 DWORD DoDeleteFile(const FilePath& path, bool recursive) { in DoDeleteFile() argument 200 DeleteFile(const FilePath& path, bool recursive) RandomDataToGUIDString() argument 213 DeleteFileAfterReboot(const FilePath& path) RandomDataToGUIDString() argument 250 PathExists(const FilePath& path) PathExists() argument 255 PathIsWritable(const FilePath& path) PathIsWritable() argument 267 DirectoryExists(const FilePath& path) DirectoryExists() argument 274 GetTempDir(FilePath* path) GetTempDir() argument 419 NormalizeFilePath(const FilePath& path, FilePath* real_path) NormalizeFilePath() argument 476 NormalizeToNativeFilePath(const FilePath& path, FilePath* nt_path) NormalizeToNativeFilePath() argument 651 GetMaximumPathComponentLength(const FilePath& path) GetMaximumPathComponentLength() argument [all...] |
| /third_party/backends/backend/ |
| H A D | canon_pp.c | 1749 char *tmp, *path; in init_cal() local
|
| H A D | as6e.c | 797 char *path; in check_for_driver() local
|
| /third_party/alsa-utils/topology/ |
| H A D | pre-processor.c | 64 char *xlib, *xfunc, *path; in run_plugin() local
|
| /third_party/alsa-lib/src/ucm/ |
| H A D | ucm_subs.c | 509 char path[PATH_MAX], link[PATH_MAX + 1]; in rval_sysfs() local [all...] |
| H A D | utils.c | 339 const char *path; in uc_mgr_config_dir() local [all...] |
| /third_party/backends/testsuite/backend/genesys/ |
| H A D | session_config_test.cpp | 315 std::string read_file_to_string(const std::string& path) in read_file_to_string() argument 327 void write_string_to_file(const std::string& path, const std::string& contents) in write_string_to_file() argument
|
| /third_party/cups-filters/filter/foomatic-rip/ |
| H A D | foomaticrip.c | 788 const char *path; in main() local [all...] |
| /third_party/gn/src/gn/ |
| H A D | ohos_components_checker.cc | 75 static bool ReadBuildConfigFile(base::FilePath path, std::string &content)
in ReadBuildConfigFile() argument 442 void OhosComponentChecker::GenerateScanList(const std::string &path, const std::string &subsystem,
in GenerateScanList() argument [all...] |
| H A D | xcode_object.cc | 588 PBXGroup::PBXGroup(const std::string& path, const std::string& name) in PBXGroup() argument 516 PBXFileReference(const std::string& name, const std::string& path, const std::string& type) PBXFileReference() argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | LocaleDisplayNamesImpl.java | 672 public ICUDataTable(String path, ULocale locale, boolean nullIfNotFound) { in ICUDataTable() argument 707 private final String path; field in LocaleDisplayNamesImpl.ICUDataTables 709 protected ICUDataTables(String path) { in ICUDataTables() argument
|
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
| H A D | DateIntervalInfo.java | 515 private String getCalendarTypeFromPath(String path) { in getCalendarTypeFromPath() argument [all...] |
| /third_party/icu/icu4c/source/test/cintltst/ |
| H A D | udatatst.c | 135 char* path=(char*)malloc(sizeof(char) * (strlen(ctest_dataOutDir()) in TestUDataOpen() local 755 const char* path = loadTestData(&status); TestUDataOpenChoiceDemo2() local [all...] |