ReactOS 0.4.16-dev-597-gdbf7844
|
Go to the source code of this file.
Macros | |
#define | NDEBUG |
#define | SFN_LENGTH 12 |
#define | IS_VOLUME_NAME(s, l) |
Functions | |
BOOL WINAPI | CreateDirectoryA (IN LPCSTR lpPathName, IN LPSECURITY_ATTRIBUTES lpSecurityAttributes) |
BOOL WINAPI | CreateDirectoryExA (IN LPCSTR lpTemplateDirectory, IN LPCSTR lpNewDirectory, IN LPSECURITY_ATTRIBUTES lpSecurityAttributes) |
BOOL WINAPI | CreateDirectoryW (IN LPCWSTR lpPathName, IN LPSECURITY_ATTRIBUTES lpSecurityAttributes) |
BOOL WINAPI | CreateDirectoryExW (IN LPCWSTR lpTemplateDirectory, IN LPCWSTR lpNewDirectory, IN LPSECURITY_ATTRIBUTES lpSecurityAttributes) |
BOOL WINAPI | RemoveDirectoryA (IN LPCSTR lpPathName) |
BOOL WINAPI | RemoveDirectoryW (IN LPCWSTR lpPathName) |
BOOL WINAPI CreateDirectoryA | ( | IN LPCSTR | lpPathName, |
IN LPSECURITY_ATTRIBUTES | lpSecurityAttributes | ||
) |
Definition at line 37 of file dir.c.
Referenced by create_directory(), create_full_path(), create_pf_data(), create_test_files(), CreateFilesFolders(), delnode_test(), doChild(), DosInt21h(), extract_gcc_dll(), extract_msvc_dll(), fdi_notify_extract(), init_shfo_tests(), init_test(), MakeSureDirectoryPathExists(), run_tests(), set_up_case_test(), START_TEST(), test_AddDelBackupEntry(), test_admin(), test_adminimage(), test_adminprops(), test_appsearch_drlocator(), test_binary_import(), test_cabisextracted(), test_click_make_new_folder_button(), test_complocator(), test_concurrentinstall(), test_copy(), test_create_remove_folder(), test_CreateActCtx(), test_CreateDirectoryA(), test_CreateFileA(), test_currentworkingdir(), test_customaction51(), test_DeleteFileA(), Test_DelNodeA(), test_duplicate_files(), test_enumerate_name(), test_Extract(), test_ExtractFiles(), test_ffcn_directory_overlap(), test_ffcnMultipleThreads(), test_file_disposition_information(), test_file_in_use(), test_file_in_use_cab(), test_FileSecurity(), test_FindFirstChangeNotification(), test_FindFirstFile_wildcards(), test_FindFirstFileA(), test_FindFirstFileExA(), test_formatrecord_tables(), test_fullpath(), test_GetDisplayName(), test_inffilelist(), test_inffilelistA(), test_ini_values(), test_InitPathA(), test_installstate(), test_items(), test_lastusedsource(), test_LaunchINFSection(), test_listbox_LB_DIR(), test_LoadImage_working_directory(), test_LoadLibraryEx_search_flags(), test_LocalizedNames(), test_missingcab(), test_missingcomponent(), test_mixedmedia(), test_move_files(), test_MoveFileA(), test_mru(), test_MsiConfigureProductEx(), test_MsiProvideQualifiedComponentEx(), test_package_validation(), test_patch_registration(), Test_PathIsTemporaryA(), test_process_components(), test_profile_directory_readonly(), test_profile_items(), test_propcase(), test_publish(), test_publish_features(), test_publish_product(), test_publish_sourcelist(), test_readonlyfile(), test_readonlyfile_cab(), test_register_product(), test_register_user(), test_relative_path(), test_remove_files(), test_RemoveDirectory(), test_RemoveDirectoryA(), test_RunSetupCommand(), test_setdirproperty(), test_setpropertyfolder(), test_SetSearchPathMode(), test_shared_component(), test_SHChangeNotify(), test_ShellItemArrayGetAttributes(), test_ShellItemCompare(), test_shortlongsource(), test_SHSimpleIDListFromPath(), test_Sign_Media(), test_simple_patch(), test_sourcedirprop(), test_sourcefolder(), test_sourcepath(), test_system_tables(), test_transformprop(), test_upgrade_code(), test_volume_props(), and test_write_registry_values().
BOOL WINAPI CreateDirectoryExA | ( | IN LPCSTR | lpTemplateDirectory, |
IN LPCSTR | lpNewDirectory, | ||
IN LPSECURITY_ATTRIBUTES | lpSecurityAttributes | ||
) |
Definition at line 57 of file dir.c.
BOOL WINAPI CreateDirectoryExW | ( | IN LPCWSTR | lpTemplateDirectory, |
IN LPCWSTR | lpNewDirectory, | ||
IN LPSECURITY_ATTRIBUTES | lpSecurityAttributes | ||
) |
Definition at line 193 of file dir.c.
Referenced by CopyDirectory(), CreateDirectoryExA(), BtrfsContextMenu::reflink_copy(), reflink_copy2(), and StageThreadFunc().
BOOL WINAPI CreateDirectoryW | ( | IN LPCWSTR | lpPathName, |
IN LPSECURITY_ATTRIBUTES | lpSecurityAttributes | ||
) |
Definition at line 90 of file dir.c.
Referenced by _wmkdir(), BrFolder_NewFolder(), build_policy_filename(), cache_container_open_index(), cache_container_set_size(), CJournaledTestList::CJournaledTestList(), copy_folder(), CopySystemProfile(), create_directory(), create_full_path(), create_full_pathW(), create_temp_dir(), CreateDirectoryA(), CreateDirectoryPath(), CreateStandardProfile(), CreateTempDir(), CreateUserProfileExW(), CryptCATAdminAcquireContext(), delete_file_test(), dialog_dirlist_handler(), CAppScrnshotPreview::DisplayImage(), DoBuildFilesAndDirs(), DynamicSHGetSpecialFolderPathW(), export_stream(), ExtractFilesFromCab(), filesys_CreateFolder(), FNFDINOTIFY(), GetStorageDirectory(), InitializeProfiles(), InitializeProgramFilesDir(), install_assembly(), install_cab_file(), LocalGetPrinterDriverDirectory(), msi_create_empty_local_file(), MsiCreateAndVerifyInstallerDirectory(), myAddPrinterDriverEx(), RecycleBin5_Create(), set_up_attribute_test(), anonymous_namespace{settingsdlg.cpp}::SettingsDlgProc(), SHNotifyCreateDirectoryW(), START_TEST(), test_ACListISF_CURRENTDIR(), test_ACListISF_CURRENTDIR2(), test_actctx(), test_CopyFolder(), test_CreateDirectoryW(), test_CreateFile2(), test_CreateFileW(), test_createfolder(), test_CreateTextFile(), test_Data(), test_DeleteFileW(), Test_DelNodeW(), test_ffcn(), test_file_link_information(), test_file_rename_information(), test_FileCollection(), test_FolderCollection(), test_FolderShortcut(), test_GetAbsolutePathName(), test_GetFile(), test_GetLongPathNameW(), test_GetShortPathNameW(), test_int_widths(), test_items(), test_junction_points(), test_knownFolders(), test_MatchApplications(), test_MatchApplicationsEx(), test_namespace(), test_navigation(), test_ntncdf(), test_ntncdf_async(), test_ParseDisplayName(), test_ParseName(), Test_PathIsTemporaryW(), test_Read(), test_ReadAll(), test_readdirectorychanges(), test_readdirectorychanges_cr(), test_readdirectorychanges_filedir(), test_readdirectorychanges_null(), test_RemoveDirectoryW(), test_SHChangeNotify(), test_SHGetSetFolderCustomSettings(), test_WriteLine(), test_wshshell(), CDownloadManager::ThreadFunc(), CAppDB::UpdateAvailable(), and XCOPY_CreateDirectory().
Definition at line 714 of file dir.c.
Referenced by clean_after_shfo_tests(), Cleanup(), cleanup_gcc_dll(), cleanup_msvc_dll(), cleanup_test(), cleanupA(), delete_cf(), delete_directory(), delete_pf(), delete_pf_native(), delete_pfmsitest_files(), delete_test_files(), doChild(), DosInt21h(), is_old_shell32(), START_TEST(), tear_down_case_test(), test_AddDelBackupEntry(), test_admin(), test_adminimage(), test_adminprops(), test_AdvInstallFile(), test_appsearch_drlocator(), test_binary_import(), test_cabisextracted(), test_CleanupPathA(), test_complocator(), test_concurrentinstall(), test_copy(), test_create_remove_folder(), test_CreateActCtx(), test_CreateDirectoryA(), test_CreateFileA(), test_currentworkingdir(), test_customaction51(), test_DeleteFileA(), Test_DelNodeA(), test_duplicate_files(), test_enumerate_name(), test_Extract(), test_ExtractFiles(), test_feature_tree(), test_ffcn_directory_overlap(), test_ffcnMultipleThreads(), test_file_disposition_information(), test_FileSecurity(), test_FindFirstChangeNotification(), test_FindFirstFile_wildcards(), test_FindFirstFileA(), test_FindFirstFileExA(), test_formatrecord_tables(), test_fullpath(), test_GetDisplayName(), test_inffilelist(), test_inffilelistA(), test_installstate(), test_items(), test_lastusedsource(), test_LaunchINFSection(), test_listbox_LB_DIR(), test_LoadImage_working_directory(), test_LoadLibraryEx_search_flags(), test_LocalizedNames(), test_missingcab(), test_missingcomponent(), test_mixedmedia(), test_move(), test_move_files(), test_MoveFileA(), test_mru(), test_MsiConfigureProductEx(), test_MsiProvideQualifiedComponentEx(), test_package_validation(), test_parms_syntax(), test_patch_registration(), Test_PathIsTemporaryA(), test_process_components(), test_profile_directory_readonly(), test_profile_items(), test_propcase(), test_publish(), test_publish_features(), test_publish_product(), test_publish_sourcelist(), test_readonlyfile(), test_readonlyfile_cab(), test_register_product(), test_register_user(), test_relative_path(), test_remove_files(), test_remove_upgrade_code(), test_RemoveDirectory(), test_RemoveDirectoryA(), test_RunSetupCommand(), test_setdirproperty(), test_setpropertyfolder(), test_SetSearchPathMode(), test_sh_path_prepare(), test_shared_component(), test_SHChangeNotify(), test_ShellItemArrayGetAttributes(), test_ShellItemCompare(), test_SHGetFolderPathAndSubDirA(), test_shortlongsource(), test_SHSimpleIDListFromPath(), test_Sign_Media(), test_simple_patch(), test_sourcedirprop(), test_sourcefolder(), test_sourcepath(), test_system_tables(), test_transformprop(), test_upgrade_code(), test_volume_props(), and test_write_registry_values().
Definition at line 732 of file dir.c.
Referenced by _wrmdir(), cache_UninstallAssembly(), cleanupW(), BtrfsRecv::cmd_rmdir(), delete_directory(), delete_file_test(), delete_folder(), delete_object(), DeleteItemW(), DELNODE_recurse_dirtree(), free_assembly(), IAssemblyCacheImpl_UninstallAssembly(), install_cab_file(), IntDeleteRecursive(), msi_remove_directory(), pendingRename(), RecursiveRemoveDir(), remove_folder(), remove_persistent_folder(), CAppDB::RemoveCached(), RemoveDirectoryA(), RemoveDirectoryPath(), SHNotifyRemoveDirectoryW(), StageThreadFunc(), START_TEST(), tear_down_attribute_test(), test_ACListISF_CURRENTDIR(), test_ACListISF_CURRENTDIR2(), test_actctx(), test_CopyFolder(), test_CreateDirectoryW(), test_CreateFile2(), test_CreateFileW(), test_createfolder(), test_CreateTextFile(), test_Data(), test_DeleteFileW(), Test_DelNodeW(), test_ffcn(), test_FileCollection(), test_FolderCollection(), test_FolderShortcut(), test_GetAbsolutePathName(), test_GetFile(), test_GetLongPathNameW(), test_GetShortPathNameW(), test_int_widths(), test_items(), test_junction_points(), test_knownFolders(), test_MatchApplications(), test_MatchApplicationsEx(), test_namespace(), test_navigation(), test_ntncdf(), test_ntncdf_async(), test_ParseDisplayName(), test_ParseName(), Test_PathIsTemporaryW(), test_Read(), test_ReadAll(), test_readdirectorychanges(), test_readdirectorychanges_cr(), test_readdirectorychanges_filedir(), test_readdirectorychanges_null(), test_RemoveDirectoryW(), test_SHGetSetFolderCustomSettings(), test_unicode(), test_WriteLine(), test_wshshell(), and uninstall_assembly().