OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MoveFile
(Results
1 - 7
of
7
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
unixfilesystem.h
63
virtual bool
MoveFile
(const Pathname &old_path, const Pathname &new_path);
win32filesystem.h
63
virtual bool
MoveFile
(const Pathname &old_path, const Pathname &new_path);
fileutils.h
182
virtual bool
MoveFile
(const Pathname &old_path, const Pathname &new_path) = 0;
188
return
MoveFile
(old_path, new_path);
338
static bool
MoveFile
(const Pathname &old_path, const Pathname &new_path) {
339
return EnsureDefaultFilesystem()->
MoveFile
(old_path, new_path);
win32filesystem.cc
247
bool Win32Filesystem::
MoveFile
(const Pathname &old_path,
255
return ::
MoveFile
(ToUtf16(old_path.pathname()).c_str(),
267
if (::
MoveFile
(ToUtf16(old_path.pathname()).c_str(),
unixfilesystem.cc
220
bool UnixFilesystem::
MoveFile
(const Pathname &old_path,
/external/chromium/chrome/common/
service_process_util_unittest.cc
516
TEST_F(ServiceProcessStateFileManipulationTest,
MoveFile
) {
517
FilePath new_loc = GetTempDirPath().AppendASCII("
MoveFile
");
/external/openssl/apps/
apps.c
[
all
...]
Completed in 300 milliseconds