Home
last modified time | relevance | path

Searched refs:fileNames (Results 1 – 4 of 4) sorted by relevance

/system/timezone/distro/core/src/main/com/android/timezone/distro/
DFileUtils.java151 public static boolean filesExist(File rootDir, String... fileNames) { in filesExist() argument
152 for (String fileName : fileNames) { in filesExist()
/system/tools/hidl/
DCoordinator.cpp441 std::vector<std::string> *fileNames) const { in getPackageInterfaceFiles()
442 if (fileNames) fileNames->clear(); in getPackageInterfaceFiles()
458 if (fileNames == nullptr) { in getPackageInterfaceFiles()
488 fileNames->push_back(std::string(ent->d_name, d_namelen - suffix_len)); in getPackageInterfaceFiles()
491 std::sort(fileNames->begin(), fileNames->end(), in getPackageInterfaceFiles()
510 std::vector<std::string> fileNames; in appendPackageInterfacesToVector() local
511 status_t err = getPackageInterfaceFiles(package, &fileNames); in appendPackageInterfacesToVector()
517 for (const auto &fileName : fileNames) { in appendPackageInterfacesToVector()
DCoordinator.h117 std::vector<std::string> *fileNames) const;
/system/libvintf/
DVintfObject.cpp214 std::vector<std::string> fileNames; in addDirectoryManifests() local
215 status_t err = getFileSystem()->listFiles(directory, &fileNames, error); in addDirectoryManifests()
220 for (const std::string& file : fileNames) { in addDirectoryManifests()
490 std::vector<std::string> fileNames; in getAllFrameworkMatrixLevels() local
491 status_t listStatus = getFileSystem()->listFiles(dir, &fileNames, error); in getAllFrameworkMatrixLevels()
498 for (const std::string& fileName : fileNames) { in getAllFrameworkMatrixLevels()