HomeSort by relevance Sort by last modified time
    Searched full:autostart_file (Results 1 - 1 of 1) sorted by null

  /external/chromium/chrome/common/
auto_start_linux.cc 40 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 45 milliseconds