Searched refs:CreateFile (Results 1 – 2 of 2) sorted by relevance
| /system/vold/ |
| D | BenchmarkGen.h | 4048 static status_t CreateFile(const char* name, int len) { in CreateFile() function 4078 res |= CreateFile("stub", 0); in BenchmarkCreate() 4080 res |= CreateFile("file115", 0); in BenchmarkCreate() 4081 res |= CreateFile("file125", 0); in BenchmarkCreate() 4082 res |= CreateFile("file43", 49152); in BenchmarkCreate() 4083 res |= CreateFile("file2", 57016320); in BenchmarkCreate() 4084 res |= CreateFile("file17", 176128); in BenchmarkCreate() 4085 res |= CreateFile("file126", 0); in BenchmarkCreate() 4086 res |= CreateFile("file4", 0); in BenchmarkCreate() 4087 res |= CreateFile("file175", 9); in BenchmarkCreate() [all …]
|
| /system/apex/apexd/ |
| D | apexservice_test.cpp | 437 void CreateFile(const std::string& path) { in CreateFile() function 444 CreateFile(path); in CreateFileWithExpectedProperties() 536 CreateFile("/data/misc_ce/0/apexdata/apex.apexd_test/newfile.txt"); in TEST_F() 559 CreateFile("/data/misc/apexrollback/123456/my.apex/hello.txt"); in TEST_F() 577 CreateFile("/data/misc_de/0/apexrollback/123456/my.apex/hello.txt"); in TEST_F() 595 CreateFile("/data/misc_ce/0/apexrollback/123456/apex.apexd_test/file.txt"); in TEST_F() 599 CreateFile("/data/misc_ce/0/apexrollback/77777/apex.apexd_test/thing.txt"); in TEST_F() 620 CreateFile("/data/misc_ce/0/apexrollback/123456/apex.apexd_test/file.txt"); in TEST_F() 624 CreateFile("/data/misc_ce/0/apexrollback/77777/apex.apexd_test/thing.txt"); in TEST_F() 628 CreateFile("/data/misc_ce/0/apexrollback/98765/apex.apexd_test/test.txt"); in TEST_F()
|