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
defs:oldFile
(Results
1 - 7
of
7
) sorted by relevance
/foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/
H
A
D
mtpfs_type_dir.cpp
102
bool MtpFsTypeDir::ReplaceFile(const MtpFsTypeFile &
oldFile
, const MtpFsTypeFile &newFile)
in ReplaceFile()
argument
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/bundle_daemon/src/
H
A
D
bundle_file_utils.cpp
135
bool BundleFileUtils::RenameFile(const char *
oldFile
, const char *newFile)
in RenameFile()
argument
H
A
D
bundle_daemon.cpp
179
std::string
oldFile
= "";
in RenameFileInvoke()
local
229
const char *
oldFile
= reinterpret_cast<char *>(ReadString(req, &len));
in MoveFileInvoke()
local
H
A
D
bundle_daemon_handler.cpp
99
int32_t BundleDaemonHandler::RenameFile(const char *
oldFile
, const char *newFile)
in RenameFile()
argument
192
int32_t BundleDaemonHandler::MoveFile(const char *
oldFile
, const char *newFile)
in MoveFile()
argument
/foundation/bundlemanager/bundle_framework_lite/services/bundlemgr_lite/src/
H
A
D
bundle_daemon_client.cpp
244
int32_t BundleDaemonClient::RenameFile(const char *
oldFile
, const char *newFile)
in RegisterCallback()
argument
319
int32_t BundleDaemonClient::MoveFile(const char *
oldFile
, const char *newFile)
in RegisterCallback()
argument
H
A
D
bundle_util.cpp
916
bool BundleUtil::RenameFile(const char *
oldFile
, const char *newFile)
in RenameFile()
argument
/foundation/filemanagement/file_api/interfaces/kits/cj/src/
H
A
D
file_fs_ffi.cpp
361
int32_t FfiOHOSFileFsRename(const char*
oldFile
, const char* newFile)
in FfiOHOSFileFsRename()
argument
Completed in 7 milliseconds