OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:delete_path
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/cloud_print/service/win/
installer.cc
120
base::FilePath
delete_path
= command_line.GetSwitchValuePath(kDeleteSwitch);
local
121
if (!
delete_path
.empty() &&
122
cloud_print::IsProgramsFilesParent(
delete_path
)) {
123
base::DeleteFile(
delete_path
, true);
Completed in 31 milliseconds