Home
last modified time | relevance | path

Searched refs:expected_pos (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/assemble_cvd/
Dassemble_cvd.cc35 auto expected_pos = file.size() - kFetcherConfigFile.size(); in FindFetcherConfig() local
36 if (file.rfind(kFetcherConfigFile) == expected_pos) { in FindFetcherConfig()
/device/google/cuttlefish/host/libs/config/
Dfetcher_config.cpp207 auto expected_pos = file.size() - suffix.size(); in FindCvdFileWithSuffix() local
208 if (file.rfind(suffix) == expected_pos) { in FindCvdFileWithSuffix()