Home
last modified time | relevance | path

Searched defs:CompareFiles (Results 1 – 4 of 4) sorted by relevance

/aosp12/system/apex/apexd/
H A Dapexd_test_utils.h168 inline Result<bool> CompareFiles(const std::string& filename1, in CompareFiles() function
/aosp12/packages/modules/NeuralNetworks/tools/test_generator/tests/
H A Dtest.py78 def CompareFiles(actual, expect): function
/aosp12/frameworks/compile/slang/tests/
H A Dslang_test.py77 def CompareFiles(actual, expect): function
/aosp12/art/dex2oat/
H A Ddex2oat_image_test.cc145 bool CompareFiles(const std::string& filename1, const std::string& filename2) { in CompareFiles() function in art::Dex2oatImageTest