Home
last modified time | relevance | path

Searched refs:CreateFile (Results 1 – 7 of 7) sorted by relevance

/aosp12/system/vold/
H A DBenchmarkGen.h4078 res |= CreateFile("stub", 0); in BenchmarkCreate()
4086 res |= CreateFile("file4", 0); in BenchmarkCreate()
4088 res |= CreateFile("file76", 0); in BenchmarkCreate()
4090 res |= CreateFile("file80", 0); in BenchmarkCreate()
4101 res |= CreateFile("file72", 0); in BenchmarkCreate()
4107 res |= CreateFile("file95", 0); in BenchmarkCreate()
4108 res |= CreateFile("file82", 0); in BenchmarkCreate()
4113 res |= CreateFile("file89", 0); in BenchmarkCreate()
4115 res |= CreateFile("file20", 1); in BenchmarkCreate()
4123 res |= CreateFile("file12", 2); in BenchmarkCreate()
[all …]
/aosp12/art/odrefresh/
H A Dodr_fs_utils_test.cc39 static bool CreateFile(const char* file_path, size_t bytes) { in CreateFile() function
83 ASSERT_TRUE(CreateFile(file_path.c_str(), 4096)); in TEST_F()
129 ASSERT_TRUE(CreateFile(first_file_path.c_str(), kFirstFileBytes)); in TEST_F()
139 ASSERT_TRUE(CreateFile(second_file_path.c_str(), kSecondFileBytes)); in TEST_F()
150 ASSERT_TRUE(CreateFile(path.c_str(), i)); in TEST_F()
/aosp12/art/tools/common/
H A Dcommon.py231 def CreateFile(self, name=None): member in ITestEnv
323 def CreateFile(self, name=None): member in HostTestEnv
404 def CreateFile(self, name=None): member in DeviceTestEnv
/aosp12/art/tools/bisection_search/
H A Dbisection_search.py88 self._compiled_methods_path = self._test_env.CreateFile('compiled_methods')
89 self._passes_to_run_path = self._test_env.CreateFile('run_passes')
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/test/perftest/
H A Dplatformtest.cpp138 …HANDLE file = CreateFile(filename_, GENERIC_READ, 0, NULL, OPEN_EXISTING, FILE_ATTRIBUTE_NORMAL, N… in TEST_F()
/aosp12/system/apex/apexd/
H A Dapexservice_test.cpp492 void CreateFile(const std::string& path) { in CreateFile() function
830 CreateFile("/data/misc_ce/0/apexdata/apex.apexd_test/hello.txt"); in TEST_F()
846 CreateFile("/data/misc_ce/0/apexdata/apex.apexd_test/newfile.txt"); in TEST_F()
847 CreateFile("/data/misc_ce/0/apexrollback/123456/apex.apexd_test/oldfile.txt"); in TEST_F()
868 CreateFile("/data/misc/apexrollback/123456/my.apex/hello.txt"); in TEST_F()
886 CreateFile("/data/misc_de/0/apexrollback/123456/my.apex/hello.txt"); in TEST_F()
904 CreateFile("/data/misc_ce/0/apexrollback/123456/apex.apexd_test/file.txt"); in TEST_F()
908 CreateFile("/data/misc_ce/0/apexrollback/77777/apex.apexd_test/thing.txt"); in TEST_F()
929 CreateFile("/data/misc_ce/0/apexrollback/123456/apex.apexd_test/file.txt"); in TEST_F()
933 CreateFile("/data/misc_ce/0/apexrollback/77777/apex.apexd_test/thing.txt"); in TEST_F()
[all …]
/aosp12/packages/modules/adb/
H A DAndroid.bp76 // CreateFile(), _tfopen(), etc. map to versions that take wchar_t*, breaking the