HomeSort by relevance Sort by last modified time
    Searched refs:PATHS (Results 1 - 5 of 5) sorted by null

  /external/python/cpython3/Tools/msi/
purge.py 63 PATHS = [
71 for n in PATHS:
  /external/autotest/client/common_lib/cros/
path_utils.py 13 Checks if a file exists on a remote machine in one of several paths.
23 PATHS = ['/bin',
31 glob_list = [os.path.join(path, filename) for path in PATHS]
  /external/autotest/server/cros/
debugd_dev_tools.py 275 def _save_files(self, paths):
284 @param paths: List of string paths to save.
286 for path in paths:
293 def _restore_files(self, paths):
304 @param paths: List of string paths to restore.
306 for path in paths:
415 PATHS = ('/etc/init/openssh-server.conf',
430 for path in self.PATHS
    [all...]
  /cts/tests/tests/slice/src/android/slice/cts/
SliceProvider.java 38 static final String[] PATHS = new String[]{
67 return Arrays.asList(PATHS).stream().map(s ->
SliceBindingTest.java 221 assertEquals(SliceProvider.PATHS.length, allUris.size());
223 for (int i = 0; i < SliceProvider.PATHS.length; i++) {
224 assertEquals(SliceProvider.PATHS[i], it.next().getPath());

Completed in 3177 milliseconds