Home
last modified time | relevance | path

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

/aosp_15_r20/build/make/tools/
H A Dcompare_builds.py506 def DiffFiles(first_filename, second_filename): argument
507 def AreFileContentsSame(remaining, first_filename, second_filename): argument
/aosp_15_r20/system/apex/apexd/
H A Dapexd_utils_test.cpp212 const std::string second_filename = StringPrintf("%s/second.b", td.path); in TEST() local