HomeSort by relevance Sort by last modified time
    Searched refs:update_file (Results 1 - 7 of 7) sorted by null

  /external/webkit/Tools/TestResultServer/model/
jsonresults.py 416 small_file_updated = cls.update_file(master, builder, test_type, incremental, JSON_RESULTS_FILE_SMALL, JSON_RESULTS_MAX_BUILDS_SMALL)
417 large_file_updated = cls.update_file(master, builder, test_type, incremental, JSON_RESULTS_FILE, JSON_RESULTS_MAX_BUILDS)
422 def update_file(cls, master, builder, test_type, incremental, filename, num_runs): member in class:JsonResults
dashboardfile.py 85 def update_file(cls, name): member in class:DashboardFile
  /external/webkit/Tools/TestResultServer/handlers/
dashboardhandler.py 103 if not DashboardFile.update_file(file):
  /external/chromium/chrome/browser/visitedlink/
visitedlink_master.h 219 // Removes the indicated fingerprint from the table. If the update_file flag
222 bool DeleteFingerprint(Fingerprint fingerprint, bool update_file);
visitedlink_master.cc 439 bool update_file) {
449 if (update_file)
493 if (update_file)
    [all...]
  /ndk/sources/host-tools/make-3.81/
remake.c 63 static int update_file PARAMS ((struct file *file, unsigned int depth));
155 x = update_file (file, rebuilding_makefiles ? 1 : 0);
159 by calling update_file above. We check this flag below to
286 update_file (struct file *file, unsigned int depth)
339 status |= update_file (d->file, depth + 1);
572 dep_status |= update_file (d->file, depth);
952 dep_status = update_file (file, depth);
284 update_file (struct file *file, unsigned int depth) function
    [all...]
  /bionic/libc/kernel/tools/
utils.py 146 def update_file( path, newdata ): function
154 D("update_file: cannot read existing file '%s'" % path)
158 D2("update_file: no change to file '%s'" % path )
166 D("update_file: cannot create path to '%s'" % path)

Completed in 154 milliseconds