Home
last modified time | relevance | path

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

/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.cpp236 std::vector<std::string> fileNames; in addDirectoryManifests() local
237 status_t err = getFileSystem()->listFiles(directory, &fileNames, error); in addDirectoryManifests()
247 for (const std::string& file : fileNames) { in addDirectoryManifests()
592 std::vector<std::string> fileNames; in getAllFrameworkMatrixLevels() local
593 status_t listStatus = getFileSystem()->listFiles(dir, &fileNames, error); in getAllFrameworkMatrixLevels()
603 for (const std::string& fileName : fileNames) { in getAllFrameworkMatrixLevels()