OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_sep
(Results
1 - 3
of
3
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/gtest/src/
gtest-filepath.cc
133
const char* const
last_sep
= strrchr(c_str(), kPathSeparator);
local
138
(
last_sep
== nullptr || last_alt_sep >
last_sep
)) {
142
return
last_sep
;
152
const char* const
last_sep
= FindLastPathSeparator();
local
153
return
last_sep
? FilePath(
last_sep
+ 1) : *this;
163
const char* const
last_sep
= FindLastPathSeparator();
local
165
if (
last_sep
) {
166
dir = std::string(c_str(), static_cast<size_t>(
last_sep
+ 1 - c_str()))
[
all
...]
/xsrc/external/mit/MesaLib.old/dist/src/gtest/src/
gtest-filepath.cc
137
const char* const
last_sep
= strrchr(c_str(), kPathSeparator);
local
142
(
last_sep
== NULL || last_alt_sep >
last_sep
)) {
146
return
last_sep
;
156
const char* const
last_sep
= FindLastPathSeparator();
local
157
return
last_sep
? FilePath(
last_sep
+ 1) : *this;
167
const char* const
last_sep
= FindLastPathSeparator();
local
169
if (
last_sep
) {
170
dir = std::string(c_str(),
last_sep
+ 1 - c_str())
[
all
...]
/xsrc/external/mit/libxcb/dist/src/
c_client.py
572
last_sep
=''
574
prefix_str +=
last_sep
+ name
575
last_sep
= sep
579
prefix_str +=
last_sep
588
prefix_str +=
last_sep
+ _cpp(field.field_name)
594
prefix_str +=
last_sep
+ _cpp(field.field_name)
Completed in 7 milliseconds
Indexes created Fri Aug 21 00:24:51 UTC 2026