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

  /external/ltp/testcases/kernel/controllers/libcontrollers/
libcontrollers.h 83 int write_to_file (char * file, const char* mode, unsigned int value);
libcontrollers.c 189 /* Function: write_to_file()
193 int write_to_file(char *file, const char *mode, unsigned int value) function
  /external/skia/tools/
sanitize_source_files.py 47 write_to_file = False # File is written to only if this flag is set.
57 write_to_file = True
66 write_to_file = True
69 if write_to_file:
  /external/ltp/testcases/kernel/controllers/cpuctl/
cpuctl_latency_test.c 92 write_to_file(mytaskfile, "a", getpid());
cpuctl_def_task01.c 136 write_to_file(mytaskfile, "a", pid); /* Assign task to it's group */
137 write_to_file(mysharesfile, "w", myshares);
235 write_to_file(mysharesfile, "w", myshares);
cpuctl_test01.c 139 write_to_file(mytaskfile, "a", pid); /* Assign the task to it's group */
140 write_to_file(mysharesfile, "w", myshares);
233 write_to_file(mysharesfile, "w", myshares);
cpuctl_def_task04.c 148 write_to_file(mytaskfile, "a", getpid());
155 write_to_file(mysharesfile, "w", mygroup_shares);
cpuctl_test04.c 157 write_to_file(mysharesfile, "w", mygroup_shares); /* Write the shares of the group */
159 write_to_file(mytaskfile, "a", getpid()); /* Assign the task to it's group */
cpuctl_latency_check_task.c 100 write_to_file(mytaskfile, "a", getpid());
cpuctl_test02.c 152 write_to_file(mytaskfile, "a", pid); /* Assign the task to it's group */
282 return (write_to_file(target, "a", pid));
cpuctl_def_task02.c 149 write_to_file(mytaskfile, "a", pid); /* Assign task to it's group */
cpuctl_def_task03.c 145 write_to_file(mytaskfile, "a", pid); /* Assign task to it's group */
cpuctl_test03.c 148 write_to_file(mytaskfile, "a", pid); /* Assign the task to it's group */
  /external/autotest/client/tools/
crash_handler.py 42 def write_to_file(filename, data, report=False): function
140 write_to_file(gdb_command_path, gdb_command)
166 write_to_file(report_path, report)
182 core_path = write_to_file(core_path, core_file, report=True)
  /external/vboot_reference/futility/
cmd_gbb_utility.c 253 static int write_to_file(const char *msg, const char *filename, function
490 write_to_file(" - exported root_key to file:",
495 write_to_file(" - exported bmp_fv to file:", opt_bmpfv,
499 write_to_file(" - exported recovery_key to file:",
603 write_to_file("successfully saved new image to:",
628 write_to_file("successfully created new GBB to:",
  /cts/hostsidetests/security/securityPatch/CVE-2017-0462/
poc.c 125 void write_to_file(char *ptr) { function
205 write_to_file(ptr);
  /external/ltp/testcases/kernel/controllers/memctl/
memctl_test01.c 110 write_to_file(mytaskfile, "a", getpid()); /* Assign the task to it's group */
  /toolchain/binutils/binutils-2.25/libiberty/
simple-object-common.h 139 const char *(*write_to_file) (simple_object_write *sobj, int descriptor, member in struct:simple_object_functions
simple-object.c 403 return sobj->functions->write_to_file (sobj, descriptor, err);
  /external/autotest/client/common_lib/
base_job_unittest.py 45 def write_to_file(self, file_path): member in class:stub_job_state
538 state1.write_to_file('transfer_file')
550 state.write_to_file('backup')
560 state1.write_to_file('to_be_read')
575 state.write_to_file('backup')
750 def write_to_file(self, file_path): member in class:test_job_state_backing_file_locking.setUp.mocked_job_state
753 return super(mocked_job_state, self).write_to_file(file_path)
819 state.write_to_file('non_backing_file')
824 self.state.write_to_file('non_backing_file')
    [all...]
base_job.py 263 def write_to_file(self, file_path): member in class:job_state
295 self.write_to_file(self._backing_file)
    [all...]
  /external/webrtc/third_party/gtest-parallel/
gtest-parallel 228 def write_to_file(self, save_file):
395 times.write_to_file(save_file)
  /external/autotest/scheduler/
drone_utility.py 264 def write_to_file(self, file_path, contents, is_retry=False): member in class:DroneUtility
288 self.write_to_file(file_path, contents, is_retry=True)
  /external/autotest/server/
server_job.py     [all...]

Completed in 450 milliseconds