Home
last modified time | relevance | path

Searched refs:getFile (Results 1 – 5 of 5) sorted by relevance

/build/make/tools/product_config/test/com/android/build/config/
DPositionTest.java30 Assert.assertEquals(null, pos.getFile()); in testParseEmpty()
38 Assert.assertEquals("asdf", pos.getFile()); in testParseOnlyFile()
46 Assert.assertEquals("asdf", pos.getFile()); in testParseBoth()
54 Assert.assertEquals("asdf", pos.getFile()); in testParseEndsWithColon()
62 Assert.assertEquals("asdf", pos.getFile()); in testParseEndsWithSpace()
DErrorReporterTest.java43 Assert.assertEquals("a", entry.getPosition().getFile()); in testAdding()
/build/make/tools/product_config/src/com/android/build/config/
DPosition.java64 public String getFile() { in getFile() method in Position
DFlattenConfig.java443 if (pos != null && pos.getFile() != null) { in flattenAssignList()
/build/soong/finder/fs/
Dfs.go299 func (m *MockFs) getFile(parentDir *mockDir, fileName string) (file *mockFile, err error) { func
364 file, err := m.getFile(parentDir, base)