/aosp_15_r20/external/okio/okio/src/commonMain/kotlin/okio/internal/ |
H A D | Path.kt | 215 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 D | url_proto_converter.cc | 15 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 D | url_parse_proto_fuzzer.cc | 36 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 D | ArchiveName.cpp | 81 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 D | apr_fnmatch.c | 79 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 D | PathTest.kt | 290 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 D | fnmatch.c | 149 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 D | f_flower.c | 88 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 D | main.cpp | 27 const std::string slash = "\\"; variable 29 const std::string slash = "/"; variable
|
/aosp_15_r20/external/iproute2/rdma/ |
H A D | utils.c | 55 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 D | util.cpp | 274 size_t slash = filename.rfind('/'); in dirname() local 287 size_t slash = filename.rfind('/'); in leafname() local
|
/aosp_15_r20/frameworks/compile/slang/ |
D | slang_rs_reflect_utils.cpp | 37 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 D | ref.json | 85 "slash": {"$ref": "#/definitions/slash~1field"}, object 92 "data": {"slash": "aoeu"}, string 107 "data": {"slash": 123}, number
|
/aosp_15_r20/external/iproute2/ip/ |
H A D | iprule.c | 456 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 D | slash_test.go | 1 package slash package
|
/aosp_15_r20/tools/netsim/src/util/ |
H A D | filesystem.h | 28 static const std::string slash = "\\"; variable
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | pathname_stripper.cc | 45 string::size_type slash = path.rfind('/'); in File() local
|
/aosp_15_r20/frameworks/native/cmds/servicemanager/ |
H A D | NameUtil.h | 32 size_t slash = name.find('/'); in fill() local
|
/aosp_15_r20/external/blktrace/btt/ |
H A D | trace.c | 83 char *slash = strchr(iop->pdu, '/'); in add_trace() local
|
/aosp_15_r20/external/e2fsprogs/util/ |
H A D | libecho.c | 42 char *slash; in echo_files() local
|
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/header/ |
H A D | ContentLanguage.java | 132 final int slash = languageTag.indexOf('-'); in setLanguageTag() local
|
H A D | Protocol.java | 105 int slash = name_and_version.indexOf('/'); in setProtocol() local
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/fs/ |
H A D | AbstractFileTypeDetector.java | 67 int slash = s.indexOf('/'); in parse() local
|
/aosp_15_r20/external/nist-sip/java/gov/nist/javax/sip/stack/ |
H A D | HopImpl.java | 101 int slash = hop.indexOf('/',colon); in HopImpl() local
|
/aosp_15_r20/external/python/cpython3/Mac/Tools/ |
D | pythonw.c | 174 char* slash = strrchr(path, '/'); in main() local
|