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:IsPathValid
(Results
1 - 14
of
14
) sorted by relevance
/base/request/request/frameworks/cj/ffi/include/
H
A
D
cj_request_common.h
35
bool
IsPathValid
(const std::string &filePath);
/base/print/print_fwk/test/unittest/fwk_inner_napi_test/
H
A
D
print_utils_test.cpp
240
int32_t result = PrintUtils::
IsPathValid
("/data/service/e11/data/service/ \
in HWTEST_F()
254
int32_t result = PrintUtils::
IsPathValid
("/data/service/e11//data/service/e11");
in HWTEST_F()
266
int32_t result = PrintUtils::
IsPathValid
("/data/service/e11");
in HWTEST_F()
447
int32_t result = PrintUtils::
IsPathValid
("testString");
in HWTEST_F()
/base/request/request/frameworks/js/napi/include/legacy/
H
A
D
request_manager.h
65
static bool
IsPathValid
(const std::string &dir, const std::string &filename);
/base/print/print_fwk/frameworks/models/print_models/src/
H
A
D
print_utils.cpp
138
if (!
IsPathValid
(filePath)) {
in OpenFile()
151
bool PrintUtils::
IsPathValid
(const std::string &filePath)
in IsPathValid()
function in OHOS::Print::PrintUtils
/base/print/print_fwk/frameworks/models/print_models/include/
H
A
D
print_utils.h
47
static bool
IsPathValid
(const std::string &filePath);
/base/print/print_fwk/frameworks/helper/scan_helper/include/
H
A
D
napi_scan_utils.h
94
static bool
IsPathValid
(const std::string &filePath);
/base/print/print_fwk/frameworks/helper/scan_helper/src/
H
A
D
napi_scan_utils.cpp
390
if (!
IsPathValid
(filePath)) {
in OpenFile()
402
bool NapiScanUtils::
IsPathValid
(const std::string &filePath)
in IsPathValid()
function in OHOS::Scan::NapiScanUtils
/base/request/request/frameworks/js/napi/src/legacy/
H
A
D
request_manager.cpp
201
bool RequestManager::
IsPathValid
(const std::string &dir, const std::string &filename)
in IsPathValid()
function in OHOS::Request::Legacy::RequestManager
255
if (!
IsPathValid
(option.fileDir_, option.filename_)) {
in Download()
/base/request/request/frameworks/js/napi/include/
H
A
D
napi_utils.h
106
bool
IsPathValid
(const std::string &filePath);
/base/request/request/frameworks/cj/ffi/src/
H
A
D
cj_initialize.cpp
528
.errInfo = "
IsPathValid
error empty path"
in CheckUploadBodyFiles()
535
if (!
IsPathValid
(fileName)) {
in CheckUploadBodyFiles()
536
REQUEST_HILOGE("
IsPathValid
error %{public}s", fileName.c_str());
in CheckUploadBodyFiles()
539
.errInfo = "
IsPathValid
error fail path"
in CheckUploadBodyFiles()
635
if (!
IsPathValid
(filePath)) {
in GetInternalPath()
636
REQUEST_HILOGE("
IsPathValid
error %{public}s", filePath.c_str());
in GetInternalPath()
H
A
D
cj_request_common.cpp
96
bool
IsPathValid
(const std::string &filePath)
in IsPathValid()
function
/base/request/request/frameworks/js/napi/src/
H
A
D
js_initialize.cpp
201
if (!NapiUtils::
IsPathValid
(path)) {
in CheckUploadBodyFiles()
202
REQUEST_HILOGE("
IsPathValid
error %{public}s", path.c_str());
in CheckUploadBodyFiles()
336
if (!NapiUtils::
IsPathValid
(path)) {
in GetInternalPath()
337
REQUEST_HILOGE("
IsPathValid
error %{public}s", path.c_str());
in GetInternalPath()
H
A
D
napi_utils.cpp
884
bool
IsPathValid
(const std::string &filePath)
in IsPathValid()
function
/base/print/print_fwk/test/fuzztest/scanhelper_fuzzer/
H
A
D
scanhelper_fuzzer.cpp
651
NapiScanUtils::
IsPathValid
(filePath);
in TestIsPathValid()
Completed in 12 milliseconds