Home
last modified time | relevance | path

Searched defs:OverlayFile (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/commands/run_cvd/
Dserver_loop_impl.cpp369 struct OverlayFile { in PowerwashFiles() struct
370 std::string name; in PowerwashFiles()
371 std::string composite_disk_path; in PowerwashFiles()
373 OverlayFile(std::string name, std::string composite_disk_path) in PowerwashFiles() function
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/fsys/
Dfsys.go76 var OverlayFile string var
/aosp_15_r20/external/clang/unittests/Basic/
H A DVirtualFileSystemTest.cpp553 TEST_F(InMemoryFileSystemTest, OverlayFile) { in TEST_F() argument