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:mountPoint_
(Results
1 - 5
of
5
) sorted by relevance
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/include/network/
H
A
D
kernel_talker.h
47
:
mountPoint_
(mountPoint), GetSessionCallback_(getSessionCallback), CloseSessionCallback_(closeSessionCallback)
in KernelTalker()
64
auto spt =
mountPoint_
.lock();
in SetCmd()
94
std::weak_ptr<MountPoint>
mountPoint_
;
member in OHOS::Storage::DistributedFile::final
H
A
D
network_agent_template.h
48
mountPoint_
(mountPoint),
in NetworkAgentTemplate()
71
return
mountPoint_
.lock();
in GetMountPoint()
82
std::weak_ptr<MountPoint>
mountPoint_
;
member in OHOS::Storage::DistributedFile::NetworkAgentTemplate
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H
A
D
mtpfs_fuse.cpp
276
mountPoint_
(nullptr)
in MtpFileSystemOptions()
282
free(static_cast<void *>(
mountPoint_
));
in ~MtpFileSystemOptions()
290
if (options->
mountPoint_
&& options->deviceFile_) {
in OptProc()
295
fuse_opt_add_opt(&options->
mountPoint_
, arg);
in OptProc()
349
fuse_opt_add_arg(&args_, options_.
mountPoint_
);
in ParseOptionsInner()
397
if (options_.deviceFile_ && !options_.
mountPoint_
) {
in ParseOptions()
398
options_.
mountPoint_
= options_.deviceFile_;
in ParseOptions()
402
if (!options_.
mountPoint_
) {
in ParseOptions()
419
if (!SmtpfsCheckDir(options_.
mountPoint_
)) {
in Exec()
420
LOGE("Can not mount the device to %{public}s", options_.
mountPoint_
);
in Exec()
[all...]
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/
H
A
D
mtpfs_fuse.h
38
char *
mountPoint_
;
member
/foundation/filemanagement/dfs_service/services/distributedfiledaemon/src/network/
H
A
D
kernel_talker.cpp
165
auto spt =
mountPoint_
.lock();
in PollRun()
Completed in 3 milliseconds