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:CheckValidPath
(Results
1 - 10
of
10
) sorted by relevance
/foundation/filemanagement/app_file_service/interfaces/common/include/
H
A
D
sandbox_helper.h
35
static bool
CheckValidPath
(const std::string &filePath);
/foundation/multimedia/player_framework/interfaces/kits/js/
H
A
D
audio_recorder_napi.h
77
int32_t
CheckValidPath
(const std::string &filePath, std::string &realPath);
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/test/unittest/network/softbus/
H
A
D
softbus_session_listener_test.cpp
60
bool SandboxHelper::
CheckValidPath
(const std::string &filePath)
in CheckValidPath()
function in OHOS::AppFileService::SandboxHelper
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/softbus/
H
A
D
softbus_file_receive_listener.cpp
78
if (!AppFileService::SandboxHelper::
CheckValidPath
(physicalPath)) {
in SetRecvPath()
/foundation/filemanagement/app_file_service/test/unittest/file_share_native/
H
A
D
file_share_test.cpp
427
* @tc.desc: Test function of
CheckValidPath
() interface for FAILURE.
437
auto ret = SandboxHelper::
CheckValidPath
(filePath1);
in HWTEST_F()
441
ret = SandboxHelper::
CheckValidPath
(filePath2);
in HWTEST_F()
/foundation/filemanagement/app_file_service/interfaces/innerkits/native/file_share/src/
H
A
D
file_share.cpp
169
if (!SandboxHelper::
CheckValidPath
(info.providerLowerPath_)) {
in GetShareFileType()
249
if (!SandboxHelper::
CheckValidPath
(delPath)) {
in DelSharePath()
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/ipc/
H
A
D
daemon_execute.cpp
220
if (!SandboxHelper::
CheckValidPath
(physicalPath)) {
in GetFileList()
H
A
D
daemon.cpp
521
LOGI("Not
CheckValidPath
, physicalPath %{public}s", GetAnonyString(physicalPath).c_str());
in CheckCopyRule()
529
if (!SandboxHelper::
CheckValidPath
(checkPath)) {
in CheckCopyRule()
542
if (!SandboxHelper::
CheckValidPath
(physicalPath)) {
in CheckCopyRule()
/foundation/multimedia/player_framework/frameworks/js/recorder/
H
A
D
audio_recorder_napi.cpp
648
int32_t AudioRecorderNapi::
CheckValidPath
(const std::string &filePath, std::string &realPath)
in CheckValidPath()
function in OHOS::Media::AudioRecorderNapi
/foundation/multimedia/media_library/frameworks/innerkitsimpl/medialibrary_data_extension/src/
H
A
D
medialibrary_object_utils.cpp
766
if (ret != E_OK || !AppFileService::SandboxHelper::
CheckValidPath
(realPath)) {
in OpenDocument()
Completed in 11 milliseconds