Searched defs:MoveFile (Results 1 - 6 of 6) sorted by relevance

/external/webrtc/webrtc/base/
H A Dwin32filesystem.cc231 bool Win32Filesystem::MoveFile(const Pathname &old_path, function in class:rtc::Win32Filesystem
239 return ::MoveFile(ToUtf16(old_path.pathname()).c_str(),
251 if (::MoveFile(ToUtf16(old_path.pathname()).c_str(),
H A Dfileutils.h163 virtual bool MoveFile(const Pathname &old_path, const Pathname &new_path) = 0;
169 return MoveFile(old_path, new_path);
319 static bool MoveFile(const Pathname &old_path, const Pathname &new_path) { function in class:rtc::Filesystem
320 return EnsureDefaultFilesystem()->MoveFile(old_path, new_path);
H A Dfileutils_mock.h181 bool MoveFile(const Pathname &old_path, const Pathname &new_path) { function in class:rtc::FakeFileSystem
H A Dunixfilesystem.cc222 bool UnixFilesystem::MoveFile(const Pathname &old_path, function in class:rtc::UnixFilesystem
/external/python/cpython2/Lib/msilib/
H A Dschema.py341 MoveFile = Table('MoveFile') variable
342 MoveFile.add_field(1,'FileKey',11592)
343 MoveFile.add_field(2,'Component_',3400)
344 MoveFile.add_field(3,'SourceName',8191)
345 MoveFile.add_field(4,'DestName',8191)
346 MoveFile.add_field(5,'SourceFolder',7496)
347 MoveFile.add_field(6,'DestFolder',3400)
348 MoveFile.add_field(7,'Options',1282)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembl
[all...]
/external/python/cpython2/Tools/msi/
H A Dschema.py341 MoveFile = Table('MoveFile') variable
342 MoveFile.add_field(1,'FileKey',11592)
343 MoveFile.add_field(2,'Component_',0xDFF)
344 MoveFile.add_field(3,'SourceName',8191)
345 MoveFile.add_field(4,'DestName',8191)
346 MoveFile.add_field(5,'SourceFolder',7496)
347 MoveFile.add_field(6,'DestFolder',3400)
348 MoveFile.add_field(7,'Options',1282)
580 tables=[_Validation, ActionText, AdminExecuteSequence, Condition, AdminUISequence, AdvtExecuteSequence, AdvtUISequence, AppId, AppSearch, Property, BBControl, Billboard, Feature, Binary, BindImage, File, CCPSearch, CheckBox, Class, Component, Icon, ProgId, ComboBox, CompLocator, Complus, Directory, Control, Dialog, ControlCondition, ControlEvent, CreateFolder, CustomAction, DrLocator, DuplicateFile, Environment, Error, EventMapping, Extension, MIME, FeatureComponents, FileSFPCatalog, SFPCatalog, Font, IniFile, IniLocator, InstallExecuteSequence, InstallUISequence, IsolatedComponent, LaunchCondition, ListBox, ListView, LockPermissions, Media, MoveFile, MsiAssembl
[all...]

Completed in 2115 milliseconds