Home
Sort by
last modified time
|
relevance
|
path
Repository(s)
applications
arkcompiler
base
build
commonlibrary
developtools
device
docs
domains
drivers
foundation
ide
interface
kernel
napi_generator
productdefine
test
third_party
vendor
select all
invert selection
clear
Full Search
Search through all text tokens(words,strings,identifiers,numbers) in index.
Definition
Only finds symbol definitions(where e.g a variable(function,...) is defined).
Symbol
Only finds symbol(e.g. methods classes,function,variables).
File Path
Path of the source file(use "/").If you want just exact path,enclose it in "".Source files end with: .jar/.bz2/.a/.h/.java...
History
History log comments.
Type
Any
Bzip(2)
C
Clojure
C#
C++
ELF
Erlang
Image file
Fortran
Golang
GZIP
Haskell
Jar
Java
Java class
JavaScript
Lisp
Lua
Pascal
Perl
PHP
Plain Text
PL/SQL
Python
Rust
Scala
Shell script
SQL
Tar
Tcl
Troff
UUEncoded
Visual Basic
XML
Zip
Type of analyzer used to filter file types include with selected(e.g. just C sources).
Help
Searched
refs:IS_PATH_SEPAR
(Results
1 - 11
of
11
) sorted by relevance
/third_party/lzma/CPP/Windows/
H
A
D
FileFind.cpp
460
if (
IS_PATH_SEPAR
(path[0]) &&
in Find()
461
IS_PATH_SEPAR
(path[1]) &&
in Find()
597
else if (
IS_PATH_SEPAR
(path[0]))
in Find()
822
if (delta == 0 || (delta > 0 &&
IS_PATH_SEPAR
(_wildcard[(unsigned)delta - 1])))
in Next()
975
if (
IS_PATH_SEPAR
(c))
in Get_Name_from_Path()
1137
if (
IS_PATH_SEPAR
(c))
in Find()
H
A
D
FileIO.h
90
return !
IS_PATH_SEPAR
(c);
in IsRelative_WSL()
H
A
D
FileName.cpp
22
#define IS_SEPAR(c)
IS_PATH_SEPAR
(c)
H
A
D
FileDir.cpp
455
if (pos == 1 &&
IS_PATH_SEPAR
(path[0]))
in CreateComplexDir()
/third_party/lzma/CPP/Common/
H
A
D
Wildcard.cpp
64
if (
IS_PATH_SEPAR
(c1)) c1 = 0;
in MyStringCompare_Path()
65
if (
IS_PATH_SEPAR
(c2)) c2 = 0;
in MyStringCompare_Path()
84
if (
IS_PATH_SEPAR
(c1)) c1 = 0;
in MyStringCompareNoCase_Path()
85
if (
IS_PATH_SEPAR
(c2)) c2 = 0;
in MyStringCompareNoCase_Path()
H
A
D
MyString.h
50
#define
IS_PATH_SEPAR
(c) ((c) == '\\' || (c) == '/')
macro
52
#define
IS_PATH_SEPAR
(c) ((c) == CHAR_PATH_SEPARATOR)
macro
55
inline bool IsPathSepar(char c) { return
IS_PATH_SEPAR
(c); }
in IsPathSepar()
56
inline bool IsPathSepar(wchar_t c) { return
IS_PATH_SEPAR
(c); }
in IsPathSepar()
H
A
D
MyString.cpp
773
if (
IS_PATH_SEPAR
(c))
in ReverseFind_PathSepar()
1417
if (
IS_PATH_SEPAR
(c))
in ReverseFind_PathSepar()
/third_party/lzma/CPP/7zip/UI/FileManager/
H
A
D
BrowseDialog.cpp
472
if (
IS_PATH_SEPAR
(s.Back()))
in GetParentPath()
476
if (
IS_PATH_SEPAR
(s.Back()))
in GetParentPath()
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
EnumDirItems.cpp
47
if (!
IS_PATH_SEPAR
(c))
in FindFile_KeepDots()
55
if (!
IS_PATH_SEPAR
(c))
in FindFile_KeepDots()
H
A
D
ArchiveExtractCallback.cpp
2127
isRelative = !
IS_PATH_SEPAR
(c);
in Parse()
2516
if (
IS_PATH_SEPAR
(c))
in SetNumSlashes()
/third_party/lzma/CPP/7zip/Archive/7z/
H
A
D
7zUpdate.cpp
943
if (
IS_PATH_SEPAR
(c))
in IsExt_ExeUnix_NumericAllowed()
Completed in 20 milliseconds