OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:movefolder
(Results
1 - 8
of
8
) sorted by null
/external/webrtc/webrtc/base/
fileutils.h
155
virtual bool
MoveFolder
(const Pathname &old_path,
171
return
MoveFolder
(old_path, new_path);
315
static bool
MoveFolder
(const Pathname &old_path, const Pathname &new_path) {
316
return EnsureDefaultFilesystem()->
MoveFolder
(old_path, new_path);
win32filesystem.h
51
virtual bool
MoveFolder
(const Pathname &old_path, const Pathname &new_path);
fileutils_mock.h
177
bool
MoveFolder
(const Pathname &old_path, const Pathname &new_path) {
unixfilesystem.h
68
bool
MoveFolder
(const Pathname& old_path, const Pathname& new_path) override;
unixfilesystem.cc
241
bool UnixFilesystem::
MoveFolder
(const Pathname &old_path,
win32filesystem.cc
243
bool Win32Filesystem::
MoveFolder
(const Pathname &old_path,
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.core_3.6.1.v20100902_r361.jar
/external/icu/tools/srcgen/currysrc/libs/
org.eclipse.core.resources_3.10.0.v20150423-0755.jar
Completed in 123 milliseconds