Home
last modified time | relevance | path

Searched defs:fileLock (Results 1 – 2 of 2) sorted by relevance

/build/soong/ui/build/
Dproc_sync.go60 type fileLock struct { struct
61 File *os.File
64 func (l fileLock) description() (path string) {
67 func (l fileLock) tryLock() (err error) {
70 func (l fileLock) Unlock() (err error) {
Dproc_sync_test.go46 func removeTestLock(fileLock fileLock) { argument