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:IsValidPath
(Results
1 - 6
of
6
) sorted by relevance
/base/security/huks/utils/file_operator/
H
A
D
hks_file_operator.c
79
static int32_t
IsValidPath
(const char *path)
in IsValidPath()
function
253
if (
IsValidPath
(fullFileName) != HKS_SUCCESS) {
in HksFileRemove()
270
if (
IsValidPath
(fullFileName) != HKS_SUCCESS) {
in HksIsFileExist()
283
if (
IsValidPath
(path) != HKS_SUCCESS) {
in HksIsDirExist()
291
if (
IsValidPath
(path) != HKS_SUCCESS) {
in HksMakeDir()
309
if (
IsValidPath
(path) != HKS_SUCCESS) {
in HksOpenDir()
344
if (
IsValidPath
(dirPath) != HKS_SUCCESS) {
in HksRemoveDir()
449
if (
IsValidPath
(path) != HKS_SUCCESS) {
in HksDeleteDir()
497
if (
IsValidPath
(fullFileName) != HKS_SUCCESS) {
in HksFileRead()
516
if (
IsValidPath
(fullFileNam
in HksFileWrite()
[all...]
/base/request/request/frameworks/js/napi/src/upload/
H
A
D
obtain_file.cpp
94
bool ObtainFile::
IsValidPath
(const std::string &filePath)
in IsValidPath()
function in OHOS::Request::Upload::ObtainFile
130
if (!
IsValidPath
(filePath)) {
in GetInternalFile()
/base/request/request/frameworks/js/napi/include/upload/
H
A
D
obtain_file.h
45
bool
IsValidPath
(const std::string &filePath);
/base/hiviewdfx/hiview_lite/
H
A
D
hiview_file.c
276
int
IsValidPath
(const char *path)
in IsValidPath()
function
297
if (path == NULL ||
IsValidPath
(path) != 0) {
in RegisterFileWatcher()
317
if (
IsValidPath
(fp->outPath) == 0) {
in UnRegisterFileWatcher()
/base/msdp/device_status/utils/common/src/
H
A
D
util.cpp
273
bool
IsValidPath
(const std::string &rootDir, const std::string &filePath)
in IsValidPath()
function
280
return
IsValidPath
(SVG_PATH, filePath);
in IsValidSvgPath()
/base/msdp/device_status/utils/common/include/
H
A
D
util.h
152
bool
IsValidPath
(const std::string &rootDir, const std::string &filePath);
Completed in 4 milliseconds