OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:slashPos
(Results
1 - 12
of
12
) sorted by null
/external/lzma/CPP/7zip/Common/
FilePathAutoRename.cpp
30
int
slashPos
= fullProcessedPath.ReverseFind(L'/');
33
slashPos
= MyMax(
slashPos
, slash1Pos);
37
if (dotPos >
slashPos
&& dotPos > 0)
/external/jsilver/src/com/google/clearsilver/jsilver/functions/html/
BaseUrlValidateFunction.java
72
int
slashPos
= in.indexOf('/');
73
if (
slashPos
!= -1) {
75
return in.lastIndexOf(':',
slashPos
- 1) == -1;
/external/lzma/CPP/7zip/Archive/7z/
7zUpdate.cpp
57
int
slashPos
= name.ReverseFind(L'/');
60
slashPos
= MyMax(
slashPos
, slash1Pos);
62
return
slashPos
;
67
int
slashPos
= GetReverseSlashPos(Name);
69
if (dotPos < 0 || (dotPos <
slashPos
&&
slashPos
>= 0))
259
int
slashPos
= GetReverseSlashPos(ui.Name);
260
NamePos = ((
slashPos
>= 0) ? (
slashPos
+ 1) : 0);
[
all
...]
/external/lzma/CPP/7zip/UI/Client7z/
Client7z.cpp
306
int
slashPos
= _filePath.ReverseFind(WCHAR_PATH_SEPARATOR);
307
if (
slashPos
>= 0)
308
NFile::NDirectory::CreateComplexDirectory(_directoryPath + _filePath.Left(
slashPos
));
/frameworks/av/media/libstagefright/rtsp/
ARTSPConnection.cpp
145
const char *
slashPos
= strchr(&url[7], '/');
147
if (
slashPos
== NULL) {
151
host->setTo(&url[7],
slashPos
- &url[7]);
152
path->setTo(
slashPos
);
MyHandler.h
[
all
...]
/prebuilts/devtools/tools/lib/
jsilver-1.0.0.jar
/prebuilts/tools/common/m2/repository/com/google/jsilver/jsilver/1.0.0/
jsilver-1.0.0.jar
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar
/prebuilts/tools/common/ant/
ant.jar
/prebuilts/tools/common/m2/internal/com/google/code/findbugs/findbugs/2.0.1/
findbugs-2.0.1.jar
/prebuilts/tools/common/m2/internal/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar
Completed in 174 milliseconds