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:parentFolderPath
(Results
1 - 5
of
5
) sorted by relevance
/ide/tools/previewer/util/windows/
H
A
D
NativeFileSystem.cpp
23
std::string NativeFileSystem::FindSubfolderByName(const std::string&
parentFolderPath
,
in FindSubfolderByName()
argument
27
std::wstring path = std::wstring(
parentFolderPath
.begin(),
parentFolderPath
.end());
in FindSubfolderByName()
31
ELOG("failed to open directory:%s.",
parentFolderPath
.c_str());
in FindSubfolderByName()
41
std::string filePath =
parentFolderPath
+ "\\" + dir;
in FindSubfolderByName()
/ide/tools/previewer/util/unix/
H
A
D
NativeFileSystem.cpp
22
std::string NativeFileSystem::FindSubfolderByName(const std::string&
parentFolderPath
,
in FindSubfolderByName()
argument
25
DIR* dir = opendir(
parentFolderPath
.c_str());
in FindSubfolderByName()
27
ELOG("failed to open directory:%s.",
parentFolderPath
.c_str());
in FindSubfolderByName()
33
std::string filePath =
parentFolderPath
+ "/" + dirEntry->d_name;
in FindSubfolderByName()
/ide/tools/previewer/util/
H
A
D
NativeFileSystem.h
24
static std::string FindSubfolderByName(const std::string&
parentFolderPath
,
H
A
D
FileSystem.h
32
static std::string FindSubfolderByName(const std::string&
parentFolderPath
, const std::string& subfolderName);
H
A
D
FileSystem.cpp
108
std::string FileSystem::FindSubfolderByName(const std::string&
parentFolderPath
, const std::string& subfolderName)
in FindSubfolderByName()
argument
110
return OHOS::Ide::NativeFileSystem::FindSubfolderByName(
parentFolderPath
, subfolderName);
in FindSubfolderByName()
Completed in 2 milliseconds