Searched defs:autostart_file (Results 1 - 1 of 1) 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);

Completed in 1377 milliseconds