Searched refs:image_dir (Results 1 – 4 of 4) sorted by relevance
/art/runtime/ |
D | dexopt_test.cc | 79 std::string image_dir = scratch_dir + GetInstructionSetString(kRuntimeISA); in GenerateAlternateImage() local 80 int mkdir_result = mkdir(image_dir.c_str(), 0700); in GenerateAlternateImage() 81 CHECK_EQ(0, mkdir_result) << image_dir.c_str(); in GenerateAlternateImage() 87 std::string filename_prefix = image_dir + "/boot-interpreter"; in GenerateAlternateImage()
|
/art/dex2oat/linker/ |
D | image_test.h | 70 std::string image_dir; member 132 const int rmdir_result = rmdir(image_dir.c_str()); in ~CompilationHelper() 188 if (out_helper.image_dir.empty()) { in DoCompile() 189 out_helper.image_dir = image_filename.substr(0, pos); in DoCompile() 190 int mkdir_result = mkdir(out_helper.image_dir.c_str(), 0700); in DoCompile() 191 CHECK_EQ(0, mkdir_result) << out_helper.image_dir; in DoCompile()
|
/art/runtime/gc/space/ |
D | image_space_test.cc | 57 std::string image_dir = scratch_dir + GetInstructionSetString(kRuntimeISA); in TEST_F() local 58 int mkdir_result = mkdir(image_dir.c_str(), 0700); in TEST_F() 93 bool success = CompileBootImage(extra_args, image_dir + '/' + prefix, dex_files, &error_msg); in TEST_F()
|
/art/dex2oat/ |
D | dex2oat_image_test.cc | 259 std::string image_dir = scratch_dir + GetInstructionSetString(kRuntimeISA); in TEST_F() local 260 int mkdir_result = mkdir(image_dir.c_str(), 0700); in TEST_F() 262 std::string filename_prefix = image_dir + "/boot"; in TEST_F()
|