Home
last modified time | relevance | path

Searched defs:path (Results 2676 - 2700 of 4310) sorted by relevance

1...<<101102103104105106107108109110>>...173

/third_party/libuv/src/unix/
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...]
H A DFileName.cpp278 int FindAltStreamColon(CFSTR path) throw() in FindAltStreamColon() argument
420 static bool GetCurDir(UString &path) in GetCurDir() argument
755 GetSuperPath(CFSTR path, UString &superPath, bool onlyIfNew) GetSuperPath() argument
889 GetFullPath(CFSTR path, FString &fullPath) GetFullPath() argument
[all...]
H A DFileIO.cpp69 bool CFileBase::Create(CFSTR path, DWORD desiredAccess, in Create() argument
H A DFileLink.cpp117 static void WriteString(Byte *dest, const wchar_t *path) in WriteString() argument
129 bool FillLinkData(CByteBuffer &dest, const wchar_t *path, bool isSymLink, bool isWSL) in FillLinkData() argument
450 GetReparseData(CFSTR path, CByteBuffer &reparseData, BY_HANDLE_FILE_INFORMATION *fileInfo) GetReparseData() argument
469 CreatePrefixDirOfFile(CFSTR path) CreatePrefixDirOfFile() argument
484 OutIoReparseData(DWORD controlCode, CFSTR path, void *data, DWORD size) OutIoReparseData() argument
499 SetReparseData(CFSTR path, bool isDir, const void *data, DWORD size) SetReparseData() argument
530 DeleteReparseData(CFSTR path) DeleteReparseData() argument
559 GetReparseData(CFSTR path, CByteBuffer &reparseData) GetReparseData() argument
[all...]
H A DFileIO.h170 static bool GetFileInformation(CFSTR path, BY_HANDLE_FILE_INFORMATION *info) in GetFileInformation() argument
/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
H A Dlms.c483 get_merkle_path(mbedtls_lms_private_t *ctx, unsigned int leaf_node_id, unsigned char *path) get_merkle_path() argument
/third_party/lzma/CPP/7zip/UI/Console/
H A DUpdateCallbackConsole.cpp169 HRESULT CUpdateCallbackConsole::ScanProgress(const CDirItemsStat &st, const FString &path, bool /* isDir */) in ScanProgress() argument
182 void CCallbackConsoleBase::CommonError(const FString &path, DWORD systemError, bool isWarning) in CommonError() argument
217 HRESULT CCallbackConsoleBase::ScanError_Base(const FString &path, DWORD systemError) in ScanError_Base() argument
227 HRESULT CCallbackConsoleBase::OpenFileError_Base(const FString &path, DWORD systemError) in OpenFileError_Base() argument
244 ReadingFileError_Base(const FString &path, DWORD systemError) ReadingFileError_Base() argument
251 ScanError(const FString &path, DWORD systemError) ScanError() argument
364 DeletingAfterArchiving(const FString &path, bool ) DeletingAfterArchiving() argument
601 OpenFileError(const FString &path, DWORD systemError) OpenFileError() argument
606 ReadingFileError(const FString &path, DWORD systemError) ReadingFileError() argument
[all...]
/third_party/lzma/CPP/7zip/UI/Common/
H A DExtract.cpp26 SetErrorMessage(const char *message, const FString &path, HRESULT errorCode, UString &s) SetErrorMessage() argument
/third_party/lzma/CPP/Common/
H A DWildcard.cpp158 void SplitPathToParts(const UString &path, UStringVector &pathParts) in SplitPathToParts() argument
177 void SplitPathToParts_2(const UString &path, UString &dirPrefix, UString &name) in SplitPathToParts_2() argument
188 SplitPathToParts_Smart(const UString &path, UString &dirPrefix, UString &name) SplitPathToParts_Smart() argument
211 ExtractFileNameFromPath(const UString &path) ExtractFileNameFromPath() argument
222 DoesNameContainWildcard(const UString &path) DoesNameContainWildcard() argument
606 AddItem(ECensorPathMode pathMode, bool include, const UString &path, const CCensorPathProps &props) AddItem() argument
780 AddPreItem(bool include, const UString &path, const CCensorPathProps &props) AddPreItem() argument
[all...]
/third_party/mesa3d/src/compiler/nir/
H A Dnir_opt_find_array_copies.c166 node_for_path(nir_deref_path *path, struct match_state *state) in node_for_path() argument
176 node_for_path_with_wildcard(nir_deref_path *path, unsigned wildcard_idx, in node_for_path_with_wildcard() argument
261 foreach_aliasing_node(nir_deref_path *path, in foreach_aliasing_node() argument
294 build_wildcard_deref(nir_builder *b, nir_deref_path *path, unsigned wildcard_idx) build_wildcard_deref() argument
[all...]
H A Dnir_lower_io_to_vector.c366 nir_deref_path path; in build_array_deref_of_new_var_flat() local
H A Dnir_lower_vars_to_ssa.c45 nir_deref_path path; member
252 foreach_deref_node_worker(struct deref_node *node, nir_deref_instr **path, in foreach_deref_node_worker() argument
303 foreach_deref_node_match(nir_deref_path *path, void (* cb)(struct deref_node *node, struct lower_variables_state *state), struct lower_variables_state *state) foreach_deref_node_match() argument
319 path_may_be_aliased_node(struct deref_node *node, nir_deref_instr **path, struct lower_variables_state *state) path_may_be_aliased_node() argument
376 path_may_be_aliased(nir_deref_path *path, struct lower_variables_state *state) path_may_be_aliased() argument
734 nir_deref_path *path = &node->path; nir_lower_vars_to_ssa_impl() local
[all...]
/third_party/mesa3d/src/drm-shim/
H A Ddrm_shim.c106 const char *path; member
165 char *path; in drm_shim_override_file() local
255 PUBLIC FILE *fopen(const char *path, const char *mode) in fopen() argument
276 open(const char *path, int flags, ...) open() argument
307 __xstat(int ver, const char *path, struct stat *st) __xstat() argument
341 __xstat64(int ver, const char *path, struct stat64 *st) __xstat64() argument
409 stat(const char* path, struct stat* stat_buf) stat() argument
442 stat64(const char* path, struct stat64* stat_buf) stat64() argument
604 readlink(const char *path, char *buf, size_t size) readlink() argument
636 realpath(const char *path, char *resolved_path) realpath() argument
[all...]
/third_party/mesa3d/src/amd/vulkan/
H A Dradv_meta.c444 radv_builtin_cache_path(char *path) in radv_builtin_cache_path() argument
509 char path[PATH_MA in radv_store_meta_pipeline() local
[all...]
/third_party/libwebsockets/lib/secure-streams/system/auth-sigv4/
H A Dsign.c467 lws_aws_filesystem_credentials_helper(const char *path, const char *kid, in lws_aws_filesystem_credentials_helper() argument
/third_party/libwebsockets/minimal-examples/http-client/minimal-http-client-multi/
H A Dminimal-http-client-multi.c78 char path[128]; in sess_save_cb() local
100 char path[128]; in sess_load_cb() local
384 char path[12 in lws_try_client_connection() local
[all...]

Completed in 27 milliseconds

1...<<101102103104105106107108109110>>...173