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:NName
(Results
1 - 25
of
29
) sorted by relevance
1
2
/third_party/lzma/CPP/7zip/UI/Common/
H
A
D
WorkDir.cpp
23
if (
NName
::IsDrivePath(prefix))
in GetWorkDir()
57
NName
::NormalizeDirPathPrefix(tempDir);
in GetWorkDir()
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
374
if (!
NName
::IsAltPathPrefix(_dirPathPrefix))
in Init()
377
NName
::NormalizeDirPathPrefix(_dirPathPrefix);
in Init()
379
NName
::NormalizeDirPathPrefix(_dirPathPrefix_Full);
in Init()
460
if (
NName
::IsDrivePath2(s))
in CreateComplexDirectory()
489
if (i == 0 && s.Len() == 2 &&
NName
::IsDrivePath2(s))
in CreateComplexDirectory()
622
IsAbsolute =
NName
::IsAbsolutePath(path);
in Parse()
728
if (!
NName
::IsDriveRootPath_SuperAllowed(prefix))
in MakePath_from_2_Parts()
896
// while (
NName
::IsAbsolutePath(linkPath))
in ReadLink()
898
unsigned n =
NName
::GetRootPrefixSize(_link.linkPath);
in ReadLink()
1266
int colonPos =
NName
in CheckExistFile()
[all...]
H
A
D
ArchiveName.cpp
70
if (
NName
::IsDriveRootPath_SuperAllowed(dirPrefix))
in CreateArchiveName()
H
A
D
EnumDirItems.cpp
30
using namespace
NName
;
417
NFile::
NName
::IsAltStreamPrefixWithColon(fs2us(phyPrefix));
in EnumerateItems2()
1010
|| (phyPrefix.Len() ==
NName
::kSuperPathPrefixSize
in EnumerateDirItems()
1570
if (NFile::
NName
::IsDevicePath(path))
in ConvertToLongName()
H
A
D
ArchiveOpenCallback.cpp
323
if (!NFile::
NName
::GetFullPath(_folderPrefix, us2fs(name2), fullPath))
H
A
D
UpdateCallback.cpp
333
if (
NName
::IsDrivePath(to) ||
in GetRelativePath()
334
NName
::IsDrivePath(from))
in GetRelativePath()
H
A
D
Extract.cpp
184
else if (
NName
::IsAltPathPrefix(outDir)) {}
in DecompressArchive()
468
NName
::NormalizeDirPathPrefix(dirPrefix);
in Extract()
H
A
D
ArchiveCommandLine.cpp
1527
NFile::
NName
::NormalizeDirSeparators(eo.OutputDir);
in Parse2()
1529
NFile::
NName
::NormalizeDirPathPrefix(eo.OutputDir);
in Parse2()
/third_party/lzma/CPP/7zip/UI/GUI/
H
A
D
ExtractDialog.cpp
27
using namespace
NName
;
372
NName
::NormalizeDirPathPrefix(s);
in OnOK()
383
NName
::NormalizeDirPathPrefix(s);
in OnOK()
H
A
D
ExtractGUI.cpp
213
NName
::NormalizeDirPathPrefix(outputDirFull);
in ExtractGUI()
255
NName
::NormalizeDirPathPrefix(options.OutputDir);
in ExtractGUI()
/third_party/lzma/CPP/Windows/
H
A
D
FileFind.cpp
24
using namespace
NName
;
479
if (
NName
::IsDrivePath2(path + 4) && path[6] == 0)
in Find()
582
if (
NName
::IsDrivePath(path + rootSize) && path[rootSize + 3] == 0)
in Find()
615
if (
NName
::FindSepar(path + prefixSize) < 0)
in Find()
H
A
D
FileName.h
10
namespace
NName
{
namespace
H
A
D
FileDir.cpp
32
using namespace
NName
;
466
int pos2 =
NName
::FindSepar(path2.Ptr((unsigned)pos + 1));
in CreateComplexDir()
H
A
D
Shell.cpp
339
NFile::
NName
::If_IsSuperPath_RemoveSuperPrefix(path);
in DataObject_GetData_IDLIST()
H
A
D
FileName.cpp
20
namespace
NName
{
namespace
H
A
D
FileIO.cpp
38
using namespace
NName
;
H
A
D
FileLink.cpp
39
using namespace
NName
;
/third_party/lzma/CPP/7zip/UI/Console/
H
A
D
HashCon.cpp
46
NWindows::NFile::
NName
::NormalizeDirPathPrefix(_percent.FileName);
in ScanProgress()
233
NWindows::NFile::
NName
::NormalizeDirPathPrefix(_fileName);
in GetStream()
H
A
D
UpdateCallbackConsole.cpp
518
NWindows::NFile::
NName
::NormalizeDirPathPrefix(_tempU);
in PrintProgress()
/third_party/lzma/CPP/7zip/Bundles/SFXSetup/
H
A
D
ExtractEngine.cpp
63
NName
::NormalizeDirPathPrefix(dirPath);
in Process2()
H
A
D
ExtractCallbackSfx.cpp
35
NName
::NormalizeDirPathPrefix(_directoryPath);
in Init()
H
A
D
SfxSetup.cpp
319
NName
::NormalizeDirPathPrefix(s2);
in WinMain()
/third_party/lzma/CPP/7zip/Bundles/SFXWin/
H
A
D
SfxWin.cpp
128
NName
::NormalizeDirPathPrefix(outputFolder);
in WinMain2()
/third_party/lzma/CPP/7zip/Bundles/SFXCon/
H
A
D
SfxCon.cpp
394
NName
::NormalizeDirPathPrefix(outputDir);
in Main2()
Completed in 21 milliseconds
1
2