OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DeleteFile
(Results
26 - 36
of
36
) sorted by null
1
2
/external/chromium_org/webkit/browser/fileapi/
async_file_util_adapter.cc
303
void AsyncFileUtilAdapter::
DeleteFile
(
310
Bind(&FileSystemFileUtil::
DeleteFile
,
obfuscated_file_util.cc
591
NativeFileUtil::
DeleteFile
(dest_local_path))
709
base::File::Error ObfuscatedFileUtil::
DeleteFile
(
746
error = NativeFileUtil::
DeleteFile
(local_path);
872
if (!base::
DeleteFile
(origin_type_path, true /* recursive */))
902
if (!base::
DeleteFile
(origin_path, true /* recursive */))
[
all
...]
/external/chromium_org/third_party/leveldatabase/src/helpers/memenv/
memenv.cc
310
virtual Status
DeleteFile
(const std::string& fname) {
/external/chromium_org/base/
file_util_posix.cc
171
DeleteFile
(path, false);
201
bool
DeleteFile
(const FilePath& path, bool recursive) {
857
DeleteFile
(from_path, true);
file_util_win.cc
49
bool
DeleteFile
(const FilePath& path, bool recursive) {
67
// Otherwise, it's a file, wildcard or non-existant. Try
DeleteFile
first
68
// because it should be faster. If
DeleteFile
fails, then we fall through
70
if (::
DeleteFile
(path.value().c_str()) != 0)
798
if (
DeleteFile
(from_path, true))
/external/chromium_org/chrome/browser/sync_file_system/drive_backend_v1/
api_util.cc
579
void APIUtil::
DeleteFile
(const std::string& resource_id,
[
all
...]
/external/chromium_org/third_party/leveldatabase/
env_chromium.cc
137
return "
DeleteFile
";
488
Status ChromiumEnv::
DeleteFile
(const std::string& fname) {
492
if (!::base::
DeleteFile
(fname_filepath, false)) {
497
base::
DeleteFile
(fname_filepath.ReplaceExtension(backup_table_extension),
519
if (!::base::
DeleteFile
(CreateFilePath(name), false)) {
/external/chromium_org/third_party/leveldatabase/src/util/
env_posix.cc
374
virtual Status
DeleteFile
(const std::string& fname) {
/external/chromium_org/content/browser/download/
download_item_impl.cc
66
return base::
DeleteFile
(path, false);
643
void DownloadItemImpl::
DeleteFile
(const base::Callback<void(bool)>& callback) {
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winbase.h
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntddk.h
[
all
...]
Completed in 682 milliseconds
1
2