Home
last modified time | relevance | path

Searched defs:path (Results 3226 - 3250 of 4594) sorted by relevance

1...<<121122123124125126127128129130>>...184

/third_party/gn/src/base/
H A Dvalues.cc298 Value* Value::FindPath(std::initializer_list<std::string_view> path) { in FindPath() argument
302 Value* Value::FindPath(span<const std::string_view> path) { in FindPath() argument
321 FindPathOfType(std::initializer_list<std::string_view> path, Type type) FindPathOfType() argument
327 FindPathOfType(span<const std::string_view> path, Type type) FindPathOfType() argument
332 FindPathOfType(std::initializer_list<std::string_view> path, Type type) const FindPathOfType() argument
338 FindPathOfType(span<const std::string_view> path, Type type) const FindPathOfType() argument
346 SetPath(std::initializer_list<std::string_view> path, Value value) SetPath() argument
352 SetPath(span<const std::string_view> path, Value value) SetPath() argument
382 RemovePath(std::initializer_list<std::string_view> path) RemovePath() argument
387 RemovePath(span<const std::string_view> path) RemovePath() argument
[all...]
/third_party/gn/src/gn/
H A Dinnerapis_publicinfo_generator.cc38 static bool IsFileExists(const std::string &path) in IsFileExists() argument
371 static std::string GetComponentInfo(const std::string &subsystem, const std::string &component, const std::string &path) in GetComponentInfo() argument
[all...]
H A Dohos_components.cc36 OhosComponent::OhosComponent(const char *name, const char *subsystem, const char *path) in OhosComponent() argument
102 std::string path = build_dir; in ReadBuildConfigFile() local
125 const base::Value *path in LoadComponentInfo() local
141 findChildByPath(const struct OhosComponentTree *current, const char *path, size_t len) findChildByPath() argument
223 const char *path = component->path().c_str() + PATH_PREFIX_LEN; addComponentToTree() local
311 std::string path = "out/preloader/" + product->string_value() + "/build_config.json"; LoadToolchain() local
[all...]
H A Dxcode_object.h245 const std::string& path() const { return path_; } in path() function in PBXFileReference
281 const std::string& path() const { return path_; } in path() function in PBXGroup
/third_party/backends/backend/
H A Dhp3900_debug.c551 char *path = getenv ("HOME"); in dbg_tiff_save() local
/third_party/curl/lib/
H A Dftp.h109 char *path; /* points to the urlpieces struct field */ member
H A Dldap.c848 char *path; in _ldap_url_parse2() local
[all...]
/third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/
H A DICUBinary.java224 private final File path; field in ICUBinary.SingleDataFile
226 SingleDataFile(String item, File path) { in SingleDataFile() argument
518 mapFile(File path) mapFile() argument
[all...]
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/
H A DPseudoLocales.java307 getExemplarValue(CldrPath path) getExemplarValue() argument
[all...]
/third_party/icu/tools/unicode/c/genprops/
H A Dpnamesbuilder.cpp465 PNamesBuilderImpl::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData() argument
490 PNamesBuilderImpl::writeCSourceFile(const char *path, UErrorCode &errorCode) { in writeCSourceFile() argument
H A Dcorepropsbuilder.cpp879 CorePropsBuilder::writeCSourceFile(const char *path, UErrorCode &errorCode) { in writeCSourceFile() argument
940 CorePropsBuilder::writeBinaryData(const char *path, UBool withCopyright, UErrorCode &errorCode) { in writeBinaryData() argument
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/ant/
H A DConvertIcuDataTask.java81 public void setOutputDir(String path) { in setOutputDir() argument
87 public void setCldrDir(String path) { in setCldrDir() argument
125 public void setSpecialsDir(String path) { in setSpecialsDir() argument
/third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/
H A DICUBinary.java228 private final File path; field in ICUBinary.SingleDataFile
230 SingleDataFile(String item, File path) { in SingleDataFile() argument
523 mapFile(File path) mapFile() argument
[all...]
/third_party/icu/icu4c/source/i18n/
H A Ddcfmtsym.cpp414 CharString path; in initialize() local
/third_party/libuv/src/unix/
H A Dprocess.c674 const char *path; in uv__spawn_resolve_and_spawn() local
H A Dos390-syscalls.c385 char* mkdtemp(char* path) { in mkdtemp() argument
445 ssize_t os390_readlink(const char* path, char* buf, size_t len) { in os390_readlink() argument
H A Dinternal.h396 UV_UNUSED(static char* uv__basename_r(const char* path)) { in UV_UNUSED() argument
416 UV_UNUSED(static int uv__lstat(const char* path, struct stat* s)) { in UV_UNUSED() argument
426 UV_UNUSED(static int uv__stat(const char* path, struct stat* s)) { in UV_UNUSED() argument
[all...]
/third_party/libphonenumber/tools/cpp/src/cpp-build/
H A Dgenerate_geocoding_data.cc102 bool ListDirectory(const string& path, vector<DirEntry>* entries) { in ListDirectory() argument
167 bool ParsePrefixes(const string& path, in ParsePrefixes() argument
601 const string path = dir_path + "/" + fname; in WriteSource() local
[all...]
/third_party/libsnd/src/
H A Dfile_io.c80 psf_copy_filename (SF_PRIVATE *psf, const char *path) in psf_copy_filename() argument
[all...]
/third_party/libuv/test/
H A Dtest-fs-event.c662 const char path[] = "test/fixtures/empty_file"; in TEST_IMPL() local
743 char path[] = "\\\\?\\X:\\bootsect.bak"; in TEST_IMPL() local
1204 static void fs_event_cb_stop(uv_fs_event_t* handle, const char* path, in fs_event_cb_stop() argument
1213 char path[] = "fs_event_stop_in_cb.txt"; in TEST_IMPL() local
120 fail_cb(uv_fs_event_t* handle, const char* path, int events, int status) fail_cb() argument
[all...]
/third_party/libsnd/examples/
H A Dgenerate.cs151 public static extern IntPtr sf_open ([MarshalAs(UnmanagedType.LPStr)] string path, int mode, ref SF_INFO sfinfo); in sf_open() argument
/third_party/lzma/CPP/Windows/
H A DShell.cpp305 UString path; in DataObject_GetData_IDLIST() local
552 GetPathFromIDList(LPCITEMIDLIST itemIDList, AString &path) GetPathFromIDList() argument
563 GetPathFromIDList(LPCITEMIDLIST itemIDList, UString &path) GetPathFromIDList() argument
[all...]
/third_party/libabigail/tools/
H A Dabicompat.cc656 read_corpus(options opts, abigail::fe_iface::status& status, const vector<char**> di_roots, environment &env, const string &path) read_corpus() argument
[all...]
/third_party/lzma/C/Util/SfxSetup/
H A DSfxSetup.c182 static BoolInt DoesFileOrDirExist(const WCHAR *path) in DoesFileOrDirExist() argument
193 static WRes RemoveDirWithSubItems(WCHAR *path) in RemoveDirWithSubItems() argument
265 WCHAR path[MAX_PATH * 3 + 2]; main() local
[all...]
/third_party/mbedtls/library/
H A Dctr_drbg.c720 mbedtls_ctr_drbg_write_seed_file(mbedtls_ctr_drbg_context *ctx, const char *path) mbedtls_ctr_drbg_write_seed_file() argument
753 mbedtls_ctr_drbg_update_seed_file(mbedtls_ctr_drbg_context *ctx, const char *path) mbedtls_ctr_drbg_update_seed_file() argument

Completed in 27 milliseconds

1...<<121122123124125126127128129130>>...184