OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:last_separator
(Results
1 - 3
of
3
) sorted by null
/external/autotest/client/deps/glbench/src/
filepath.cc
19
std::string::size_type
last_separator
=
local
23
if (
last_separator
== std::string::npos) {
26
} else if (
last_separator
== letter + 1) {
29
} else if (
last_separator
== letter + 2 &&
34
} else if (
last_separator
!= 0) {
36
new_path.path_.resize(
last_separator
);
/external/pdfium/testing/
test_support.cpp
36
size_t
last_separator
= exe_path.rfind(PATH_SEPARATOR);
local
37
if (
last_separator
!= std::string::npos) {
38
result = exe_path.substr(0,
last_separator
+ 1);
/external/libchrome/base/files/
file_path.cc
130
const StringType::size_type
last_separator
=
local
135
(
last_separator
!= StringType::npos &&
136
penultimate_dot <
last_separator
)) {
318
StringType::size_type
last_separator
=
local
321
if (
last_separator
== StringType::npos) {
324
} else if (
last_separator
== letter + 1) {
327
} else if (
last_separator
== letter + 2 &&
332
} else if (
last_separator
!= 0) {
334
new_path.path_.resize(
last_separator
);
356
StringType::size_type
last_separator
local
[
all
...]
Completed in 435 milliseconds