Home
last modified time | relevance | path

Searched refs:sourceRoot (Results 1 – 2 of 2) sorted by relevance

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/
H A DFileCopyUiTest.java379 private void copyFiles(String sourceRoot, String targetRoot) throws Exception { in copyFiles() argument
382 bots.roots.openRoot(sourceRoot); in copyFiles()
/aosp12/system/incremental_delivery/incfs/
H A Dincfs.cpp1374 auto [sourceRoot, subpath] = registry().rootAndSubpathFor(sourceDir); in IncFs_BindMount()
1375 if (sourceRoot.empty()) { in IncFs_BindMount()
1379 LOG(WARNING) << "[incfs] Binding the root mount '" << sourceRoot << "' is not allowed"; in IncFs_BindMount()