HomeSort by relevance Sort by last modified time
    Searched defs:TouchFile (Results 1 - 3 of 3) sorted by null

  /external/libbrillo/brillo/
file_utils.cc 133 bool TouchFile(const base::FilePath& path,
159 bool TouchFile(const base::FilePath& path) {
160 // Use TouchFile() instead of TouchFileInternal() to explicitly set
162 return TouchFile(path, kPermissions600, geteuid(), getegid());
  /external/libchrome/base/files/
file_util.cc 197 bool TouchFile(const FilePath& path,
  /system/core/crash_reporter/
crash_reporter.cc 72 static bool TouchFile(const FilePath &file_path) {
146 TouchFile(FilePath(kKernelCrashDetected));
150 TouchFile(FilePath(kUncleanShutdownDetected));

Completed in 75 milliseconds