HomeSort by relevance Sort by last modified time
    Searched refs:autostart_file (Results 1 - 2 of 2) 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);
  /external/chromium_org/chrome/common/
auto_start_linux.cc 40 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 base::ReadFileToString(autostart_file, contents);

Completed in 128 milliseconds