Home
last modified time | relevance | path

Searched defs:slash (Results 1 – 25 of 349) sorted by relevance

12345678910>>...14

/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/internal/
H A DPath.kt215 val slash = slash ?: child.slash ?: Path.DIRECTORY_SEPARATOR.toSlash() in commonResolve() constant
254 val slash = other.slash ?: slash ?: Path.DIRECTORY_SEPARATOR.toSlash() in commonRelativeTo() constant
271 private val Path.slash: ByteString? constant
306 var slash: ByteString? = null in toPath() variable
/aosp_15_r20/external/cronet/testing/libfuzzer/proto/
H A Durl_proto_converter.cc15 std::string SlashToString(int slash) { in SlashToString()
42 for (const int slash : url.slashes()) in Convert() local
/aosp_15_r20/external/cronet/testing/libfuzzer/fuzzers/
H A Durl_parse_proto_fuzzer.cc36 std::string Slash_to_string(int slash) { in Slash_to_string()
65 for (const int slash : url.slashes()) in protobuf_to_string() local
/aosp_15_r20/external/lzma/CPP/7zip/UI/Common/
H A DArchiveName.cpp81 const int slash = dirPrefix.ReverseFind_PathSepar(); in CreateArchiveName() local
115 const int slash = a.ReverseFind_PathSepar(); in CreateArchiveName() local
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/strings/
H A Dapr_fnmatch.c79 const int slash = !!(flags & APR_FNM_PATHNAME); in fnmatch_ch() local
198 const int slash = !!(flags & APR_FNM_PATHNAME); in apr_fnmatch() local
/aosp_15_r20/external/okio/okio/src/commonTest/kotlin/okio/
H A DPathTest.kt290 val slash = Path.DIRECTORY_SEPARATOR in relativePathTraversalWithDivOperator() constant
303 val slash = Path.DIRECTORY_SEPARATOR in relativePathTraversalWithDots() constant
/aosp_15_r20/bionic/libc/upstream-openbsd/lib/libc/gen/
H A Dfnmatch.c149 const int slash = !!(flags & FNM_PATHNAME); in fnmatch_ch() local
288 const int slash = !!(flags & FNM_PATHNAME); in fnmatch() local
/aosp_15_r20/external/iproute2/tc/
H A Df_flower.c88 char addr[ETH_ALEN], *slash; in flower_parse_eth_addr() local
321 char *slash; in flower_parse_u8() local
485 char *slash; in flower_parse_tcp_flags() local
518 char *slash; in flower_parse_ip_tos_ttl() local
/aosp_15_r20/external/OpenCL-CTS/test_conformance/spirv_new/
H A Dmain.cpp27 const std::string slash = "\\"; variable
29 const std::string slash = "/"; variable
/aosp_15_r20/external/iproute2/rdma/
H A Dutils.c55 char *slash; in get_port_from_argv() local
254 char *slash; in dev_map_lookup() local
/aosp_15_r20/frameworks/base/tools/bit/
H A Dutil.cpp274 size_t slash = filename.rfind('/'); in dirname() local
287 size_t slash = filename.rfind('/'); in leafname() local
/aosp_15_r20/frameworks/compile/slang/
Dslang_rs_reflect_utils.cpp37 const char *slash = dot - 1; in GetFileNameStem() local
71 const char *slash = dot - 1; in InternalFileNameConvert() local
/aosp_15_r20/external/json-schema-validator/src/test/suite/tests/draft3/
H A Dref.json85 "slash": {"$ref": "#/definitions/slash~1field"}, object
92 "data": {"slash": "aoeu"}, string
107 "data": {"slash": 123}, number
/aosp_15_r20/external/iproute2/ip/
H A Diprule.c456 char *slash; in iprule_list_flush_or_save() local
640 char *slash; in iprule_modify() local
/aosp_15_r20/external/bazelbuild-rules_go/tests/legacy/slash_names/
H A Dslash_test.go1 package slash package
/aosp_15_r20/tools/netsim/src/util/
H A Dfilesystem.h28 static const std::string slash = "\\"; variable
/aosp_15_r20/external/google-breakpad/src/processor/
H A Dpathname_stripper.cc45 string::size_type slash = path.rfind('/'); in File() local
/aosp_15_r20/frameworks/native/cmds/servicemanager/
H A DNameUtil.h32 size_t slash = name.find('/'); in fill() local
/aosp_15_r20/external/blktrace/btt/
H A Dtrace.c83 char *slash = strchr(iop->pdu, '/'); in add_trace() local
/aosp_15_r20/external/e2fsprogs/util/
H A Dlibecho.c42 char *slash; in echo_files() local
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/header/
H A DContentLanguage.java132 final int slash = languageTag.indexOf('-'); in setLanguageTag() local
H A DProtocol.java105 int slash = name_and_version.indexOf('/'); in setProtocol() local
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/
H A DAbstractFileTypeDetector.java67 int slash = s.indexOf('/'); in parse() local
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/stack/
H A DHopImpl.java101 int slash = hop.indexOf('/',colon); in HopImpl() local
/aosp_15_r20/external/python/cpython3/Mac/Tools/
Dpythonw.c174 char* slash = strrchr(path, '/'); in main() local

12345678910>>...14