Home
last modified time | relevance | path

Searched defs:new_file (Results 1 – 2 of 2) sorted by relevance

/art/artd/
Dfile_utils_test.cc65 std::unique_ptr<NewFile> new_file = OR_RETURN(NewFile::Create(path, fs_permission)); in Create() local
98 Result<std::unique_ptr<NewFile>> new_file = NewFile::Create(path, fs_permission_); in TEST_F() local
119 std::unique_ptr<NewFile> new_file = OR_FATAL(NewFile::Create(path, fs_permission_)); in TEST_F() local
132 std::unique_ptr<NewFile> new_file = OR_FATAL(NewFile::Create(path, fs_permission_)); in TEST_F() local
145 std::unique_ptr<NewFile> new_file = OR_FATAL(NewFile::Create(path, fs_permission_)); in TEST_F() local
/art/dexlayout/
Ddexlayout.cc2130 std::unique_ptr<File> new_file; in OutputDexFile() local