Searched defs:autostart_file (Results 1 - 2 of 2) sorted by relevance

/external/chromium/chrome/common/
H A Dauto_start_linux.cc40 FilePath autostart_file = autostart_directory.Append(autostart_filename); local
49 if (file_util::WriteFile(autostart_file, autostart_file_contents.c_str(),
52 file_util::Delete(autostart_file, false);
61 FilePath autostart_file = autostart_directory.Append(autostart_filename); local
62 return file_util::Delete(autostart_file, false);
69 FilePath autostart_file = autostart_directory.Append(autostart_filename); local
70 return file_util::ReadFileToString(autostart_file, contents);
/external/chromium_org/chrome/common/
H A Dauto_start_linux.cc40 base::FilePath autostart_file = local
50 if (file_util::WriteFile(autostart_file, autostart_file_contents.c_str(),
53 base::DeleteFile(autostart_file, false);
62 base::FilePath autostart_file = local
64 return base::DeleteFile(autostart_file, false);
71 base::FilePath autostart_file = local
73 return file_util::ReadFileToString(autostart_file, contents);

Completed in 525 milliseconds