Searched defs:create_file (Results 1 - 18 of 18) sorted by relevance

/external/autotest/client/site_tests/platform_FileSize/
H A Dplatform_FileSize.py27 def create_file(self, size, fname): member in class:platform_FileSize
56 filesize = self.create_file(reqsize[i], reqname[i])
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/
H A Dexample.py45 def create_file(path): function
59 >>> create_file('/test/file.txt')
78 >>> create_file('/test/file.txt')
100 >>> create_file('/test/file.txt')
112 >>> create_file('/test/file1.txt')
113 >>> create_file('/test/file2.txt')
/external/ltp/testcases/kernel/syscalls/unlink/
H A Dunlink06.c122 void create_file();
154 create_file();
211 void create_file(void) function
H A Dunlink05.c121 void create_file();
163 create_file();
183 create_file();
197 void create_file(void) function
/external/libcxx/test/support/
H A Dfilesystem_dynamic_test_helper.py56 def create_file(fname, size): function
/external/ltp/testcases/misc/math/float/bessel/
H A Dgenbessel.c51 int create_file(char *func_name, int NbVal) function
83 child = create_file(funct, 0);
87 child = create_file(funct, 0);
91 child = create_file(funct, 0);
95 child = create_file(funct, 0);
99 child = create_file(funct, 0);
/external/ltp/testcases/misc/math/float/exp_log/
H A Dgenexp_log.c51 int create_file(char *func_name, int NbVal) function
80 child = create_file(funct, 0);
84 child = create_file(funct, 0);
88 child = create_file(funct, 0);
92 child = create_file(funct, 0);
96 child = create_file(funct, 0);
100 child = create_file(funct, 0);
104 child = create_file(funct, 0);
/external/ltp/testcases/misc/math/float/iperb/
H A Dgeniperb.c51 int create_file(char *func_name, int NbVal) function
82 child = create_file(funct, 0);
86 child = create_file(funct, 0);
90 child = create_file(funct, 0);
/external/ltp/testcases/misc/math/float/power/
H A Dgenpower.c51 int create_file(char *func_name, int NbVal) function
80 child = create_file(funct, 0);
84 child = create_file(funct, 0);
88 child = create_file(funct, 0);
92 child = create_file(funct, 0);
96 child = create_file(funct, 0);
100 child = create_file(funct, 0);
/external/ltp/testcases/misc/math/float/trigo/
H A Dgentrigo.c52 int create_file(char *func_name, int NbVal) function
81 child = create_file(funct, 0);
85 child = create_file(funct, 0);
89 child = create_file(funct, 0);
93 child = create_file(funct, 0);
97 child = create_file(funct, 0);
101 child = create_file(funct, 0);
105 child = create_file(funct, 0);
/external/autotest/cli/
H A Dcli_mock.py25 def create_file(content): function
/external/ltp/testcases/kernel/fs/fs-bench/
H A Dcreate-files.c20 void create_file(char *filename);
65 create_file(filename);
100 void create_file(char *filename) function
H A Drandom-access-del-create.c24 int create_file(char *filename);
80 create_file(fname);
94 int create_file(char *filename) function
H A Drandom-del-create.c78 create_file(fname);
92 int create_file(char *filename) function
/external/selinux/libsemanage/utils/
H A Dsemanage_migrate_store47 def create_file(dst): function
89 create_file("%s/%s" % (disabledmodules, disabledname))
/external/autotest/client/cros/
H A Dstorage.py382 def create_file(path, size): function
/external/ltp/testcases/kernel/fs/scsi/ltpfs/
H A Dmain.c54 int create_file(char *filename);
288 rc = create_file(filename);
332 int create_file(char *filename) function
596 if ((create_file(fname) == 0)) {
/external/ltp/testcases/kernel/fs/doio/
H A Diogen.c120 int create_file(char *path, int nbytes);
1071 int create_file(char *path, int nbytes) function
1175 "create_file: fcntl(%d, F_RESVSP, { %d, %lld, %lld })\n",
1194 "create_file: fcntl(%d, F_ALLOCSP, { %d, %lld, %lld })\n",
1819 nb = create_file(file, len);

Completed in 526 milliseconds