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:strPath
(Results
1 - 8
of
8
) sorted by relevance
/base/update/updater/utils/
H
A
D
utils_fs.cpp
106
std::string
strPath
= path;
in RemoveDir()
local
107
if (
strPath
.at(
strPath
.length() - 1) != '/') {
in RemoveDir()
108
strPath
.append("/");
in RemoveDir()
110
DIR *d = opendir(
strPath
.c_str());
in RemoveDir()
120
auto file_name =
strPath
+ std::string(dt->d_name);
in RemoveDir()
131
return rmdir(
strPath
.c_str()) == 0 ? true : false;
in RemoveDir()
/base/startup/init/test/unittest/modules/
H
A
D
eng_unittest.cpp
42
std::string
strPath
= path;
in RemoveDir()
local
43
if (
strPath
.at(
strPath
.length() - 1) != '/') {
in RemoveDir()
44
strPath
.append("/");
in RemoveDir()
46
DIR *d = opendir(
strPath
.c_str());
in RemoveDir()
56
auto file_name =
strPath
+ std::string(dt->d_name);
in RemoveDir()
67
return rmdir(
strPath
.c_str()) == 0 ? true : false;
in RemoveDir()
/base/telephony/sms_mms/frameworks/native/mms/src/
H
A
D
mms_attachment.cpp
31
bool MmsAttachment::SetAttachmentFilePath(std::string
strPath
, bool isSmil)
in SetAttachmentFilePath()
argument
33
if (
strPath
.empty()) {
in SetAttachmentFilePath()
37
strPathName_ =
strPath
;
in SetAttachmentFilePath()
/base/hiviewdfx/hidumper/frameworks/native/src/util/zip/
H
A
D
zip_writer.cpp
156
bool ZipWriter::ZipOpenNewFileInZip(zipFile zip_file, const std::string &
strPath
)
in ZipOpenNewFileInZip()
argument
158
DUMPER_HILOGD(MODULE_COMMON, "ZipOpenNewFileInZip enter|
strPath
=[%{public}s]",
strPath
.c_str());
in ZipOpenNewFileInZip()
163
int res = zipOpenNewFileInZip4(zip_file,
strPath
.c_str(), &fileInfo,
in ZipOpenNewFileInZip()
/base/hiviewdfx/hidumper/frameworks/native/include/util/zip/
H
A
D
zip_writer.h
40
static bool ZipOpenNewFileInZip(zipFile zip_file, const std::string &
strPath
);
/base/telephony/sms_mms/test/unittest/
H
A
D
mms_msg_test.h
29
void MmsDecodeTest(std::string
strPath
) const;
H
A
D
mms_msg_test.cpp
145
void MmsMsgTest::MmsDecodeTest(std::string
strPath
) const
in MmsDecodeTest()
148
if (!decodeMsg.DecodeMsg(
strPath
)) {
in MmsDecodeTest()
150
std::cout << "mms file path name:" <<
strPath
<< std::endl;
in MmsDecodeTest()
/base/telephony/sms_mms/interfaces/innerkits/
H
A
D
mms_attachment.h
33
* @param
strPath
37
bool SetAttachmentFilePath(std::string
strPath
, bool isSmil = false);
Completed in 5 milliseconds