Searched refs:baseDir (Results 1 – 6 of 6) sorted by relevance
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/Retired/ |
D | insertTags.py | 22 def insertTags(specFile, baseDir): argument 87 pageName = baseDir + '/' + os.path.basename(specFile) 97 baseDir = 'man' variable 100 baseDir = sys.argv[1] variable 102 insertTags(file, baseDir)
|
/hardware/google/gfxstream/codegen/vulkan/vulkan-docs-next/scripts/ |
D | genRef.py | 187 def remapIncludes(lines, baseDir, specDir): argument 209 newPath = os.path.relpath(incPath, baseDir) 421 def emitPage(baseDir, specDir, pi, file): argument 450 lines = remapIncludes(file[pi.begin:pi.include + 1], baseDir, specDir) 461 lines = remapIncludes(file[pi.param:pi.body], baseDir, specDir) 466 lines = remapIncludes(file[pi.body:pi.end + 1], baseDir, specDir) 503 def autoGenEnumsPage(baseDir, pi, file): argument 559 def autoGenFlagsPage(baseDir, flagName): argument 612 def autoGenHandlePage(baseDir, handleName): argument 652 def genRef(specFile, baseDir): argument [all …]
|
/hardware/interfaces/automotive/vehicle/aidl/impl/default_config/test/ |
D | DefaultConfigTest.cpp | 44 static std::string baseDir = android::base::GetExecutableDirectory(); in getTestFilePath() local 45 return baseDir + "/" + filename; in getTestFilePath()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/GeneratorHub/test/ |
D | FakeVehicleHalValueGeneratorsTest.cpp | 81 static std::string baseDir = android::base::GetExecutableDirectory(); in getTestFilePath() local 82 return baseDir + "/" + filename; in getTestFilePath()
|
/hardware/interfaces/automotive/vehicle/2.0/default/impl/vhal_v2_0/tests/ |
D | DefaultVhalImpl_test.cpp | 802 static std::string baseDir = android::base::GetExecutableDirectory(); in getTestFilePath() local 803 return baseDir + "/" + filename; in getTestFilePath()
|
/hardware/interfaces/automotive/vehicle/aidl/impl/fake_impl/hardware/test/ |
D | FakeVehicleHardwareTest.cpp | 3121 static std::string baseDir = android::base::GetExecutableDirectory(); in getTestFilePath() local 3122 return baseDir + "/fakedata/" + filename; in getTestFilePath()
|