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:IsDrivePath2
(Results
1 - 5
of
5
) sorted by relevance
/third_party/lzma/CPP/Windows/
H
A
D
FileName.cpp
113
if (len == 2 &&
IsDrivePath2
(s))
in IsAltPathPrefix()
214
bool
IsDrivePath2
(const wchar_t *s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':'; }
in IsDrivePath2()
function
229
if (s.Len() - pos == 2 &&
IsDrivePath2
(s.Ptr(pos)))
in IsAltStreamPrefixWithColon()
252
bool
IsDrivePath2
(CFSTR s) throw() { return IS_LETTER_CHAR(s[0]) && s[1] == ':'; }
in IsDrivePath2()
function
275
return IS_SEPAR(s[0]) ||
IsDrivePath2
(s);
in IsAbsolutePath()
281
if (
IsDrivePath2
(path))
in FindAltStreamColon()
668
if (
IsDrivePath2
(s))
in GetSuperPathBase()
H
A
D
FileName.h
52
bool
IsDrivePath2
(const wchar_t *s) throw(); // first 2 chars are drive chars like "a:"
62
bool
IsDrivePath2
(CFSTR s) throw(); // first 2 chars are drive chars like "a:"
H
A
D
FileFind.cpp
479
if (NName::
IsDrivePath2
(path + 4) && path[6] == 0)
in Find()
520
if (
IsDrivePath2
(filePath) &&
in Find()
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
ExtractingFilePath.cpp
214
if (parts.Size() > 3 && NWindows::NFile::NName::
IsDrivePath2
(parts[3]))
in Correct_FsPath()
224
else if (NWindows::NFile::NName::
IsDrivePath2
(parts[0]))
in Correct_FsPath()
H
A
D
ArchiveExtractCallback.cpp
460
if (NName::
IsDrivePath2
(s))
in CreateComplexDirectory()
489
if (i == 0 && s.Len() == 2 && NName::
IsDrivePath2
(s))
in CreateComplexDirectory()
Completed in 6 milliseconds