HomeSort by relevance Sort by last modified time
    Searched defs:TouchFile (Results 1 - 2 of 2) 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 198 bool TouchFile(const FilePath& path,

Completed in 53 milliseconds