Home
last modified time | relevance | path

Searched refs:filesystem (Results 1 – 13 of 13) sorted by relevance

/tools/netsim/src/util/
Dos_utils.cc68 return std::string(env_p) + netsim::filesystem::slash + discovery.subdir; in GetDiscoveryDirectory()
74 if (discovery_dir.back() != netsim::filesystem::slash.back()) in GetNetsimIniFilepath()
75 discovery_dir.append(netsim::filesystem::slash); in GetNetsimIniFilepath()
85 if (!netsim::filesystem::exists(filepath)) { in GetServerAddress()
89 if (!netsim::filesystem::is_regular_file(filepath)) { in GetServerAddress()
Dos_utils_test.cc31 EXPECT_TRUE(netsim::filesystem::exists(dir)); in TEST()
Dfilesystem.h25 namespace filesystem {
DCMakeLists.txt6 filesystem.h
/tools/tradefederation/core/device_build_interfaces/com/android/tradefed/device/
DITestDevice.java57 public String filesystem; field in ITestDevice.MountPointInfo
68 public MountPointInfo(String filesystem, String mountpoint, String type, in MountPointInfo() argument
70 this.filesystem = filesystem; in MountPointInfo()
76 public MountPointInfo(String filesystem, String mountpoint, String type, String optString) { in MountPointInfo() argument
77 this(filesystem, mountpoint, type, splitMountOptions(optString)); in MountPointInfo()
87 return String.format("%s %s %s %s", this.filesystem, this.mountpoint, this.type, in toString()
/tools/treble/build/
DREADME.md21 with the help of filesystem overlays.
24 The filesystem overlays would create the following build time views.
49 To support filesystem overlays the Android repo workspace is required to the
/tools/tradefederation/core/javatests/com/android/tradefed/device/metric/
DGcovCodeCoverageCollectorTest.java154 try (FileSystem filesystem = FileSystems.newFileSystem(uri, new HashMap<>())) { in test_logsCoverageZip() argument
155 Path path1 = filesystem.getPath("/path/to/coverage.gcda"); in test_logsCoverageZip()
159 Path path2 = filesystem.getPath("/path/to/.hidden/coverage2.gcda"); in test_logsCoverageZip()
285 try (FileSystem filesystem = FileSystems.newFileSystem(uri, new HashMap<>())) { in testNoCollectOnTestEnd_noCoverageMeasurements() argument
286 Path path = filesystem.getPath("/path/to/coverage.gcda"); in testNoCollectOnTestEnd_noCoverageMeasurements()
/tools/asuite/adevice/
DREADME.md8 Conceptually `adevice` tries to align the filesystem structure of the updated device to be similar …
/tools/tradefederation/core/javatests/com/android/tradefed/device/
DTestDeviceTest.java2660 assertEquals("filesystem", info.filesystem); in testMountInfo_simple()
2673 assertEquals("filesystem", info.filesystem); in testMountInfo_parseOptions()
2713 assertEquals("rootfs", mpi.filesystem); in testGetMountPointInfo()
2721 assertEquals("/dev/block/vold/179:3", mpi.filesystem); in testGetMountPointInfo()
2753 assertEquals("/dev/block/vold/179:3", mpi.filesystem); in testGetMountPointInfo_filter()
/tools/repohooks/
DREADME.md323 * Some checkers operate on the files as they exist in the filesystem. This is
/tools/repohooks/tools/
Dspelling.txt652 fileystem||filesystem
/tools/asuite/atest/bazel/runner/src/main/protobuf/
Dfailure_details.proto102 Filesystem filesystem = 119; field
Dbuild_event_stream.proto1105 // these filesystem operations; it only says what logical operations should be