HomeSort by relevance Sort by last modified time
    Searched refs:create_dir (Results 76 - 100 of 105) sorted by null

1 2 34 5

  /tools/test/connectivity/acts/framework/acts/test_utils/bt/
PowerBaseTest.py 33 from acts.utils import create_dir
105 create_dir(self.monsoon_log_path)
459 utils.create_dir(os.path.dirname(file_path))
bt_test_utils.py 73 from acts.utils import create_dir
    [all...]
  /tools/test/connectivity/acts/framework/acts/test_utils/coex/
CoexBaseTest.py 36 from acts.utils import create_dir
112 create_dir(log_path)
coex_test_utils.py 58 from acts.utils import exe_cmd, create_dir
132 create_dir(dumpsys_path)
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_file/
copy_file.pass.cpp 159 const path dest = env.create_dir("dir1");
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.permissions/
permissions.pass.cpp 82 const path dir = env.create_dir("dir1");
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.status/
status.pass.cpp 61 const path dir = env.create_dir("dir");
  /external/libcxx/test/std/experimental/filesystem/fs.op.funcs/fs.op.symlink_status/
symlink_status.pass.cpp 60 const path dir = env.create_dir("dir");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.copy_file/
copy_file.pass.cpp 155 const path dest = env.create_dir("dir1");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.permissions/
permissions.pass.cpp 82 const path dir = env.create_dir("dir1");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.status/
status.pass.cpp 61 const path dir = env.create_dir("dir");
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/std/experimental/filesystem/fs.op.funcs/fs.op.symlink_status/
symlink_status.pass.cpp 60 const path dir = env.create_dir("dir");
  /tools/test/connectivity/acts/tests/google/bt/audio_lab/
BtChameleonTest.py 56 utils.create_dir(self.raw_audio_dest)
  /tools/test/connectivity/acts/tests/google/power/tel/lab/temp/
iperf_server.py 209 utils.create_dir(self.log_path)
  /tools/test/connectivity/acts/tests/google/tel/live/
TelPowerTest.py 44 from acts.utils import create_dir
117 create_dir(self.monsoon_log_path)
    [all...]
TelLiveStressTest.py 339 utils.create_dir(log_path)
351 utils.create_dir(log_path)
  /external/autotest/client/cros/faft/utils/
os_interface.py 161 def create_dir(self, path): member in class:OSInterface
  /external/libcxx/test/support/
filesystem_test_helper.hpp 142 std::string create_dir(std::string filename) {
144 fs_helper_run(fs_make_cmd("create_dir", filename));
  /external/tensorflow/tensorflow/python/lib/io/
file_io.py 344 def create_dir(dirname): function
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/test/support/
filesystem_test_helper.hpp 142 std::string create_dir(std::string filename) {
144 fs_helper_run(fs_make_cmd("create_dir", filename));
  /test/vts/runners/host/
utils.py 109 def create_dir(path): function
  /tools/test/connectivity/acts/framework/acts/
base_test.py 773 utils.create_dir(diag_path)
utils.py 129 def create_dir(path): function
  /tools/test/connectivity/acts/tests/google/wifi/
WifiThroughputStabilityTest.py 108 utils.create_dir(self.log_path)
  /test/vts/utils/python/controllers/
android_device.py 720 utils.create_dir(self.log_path)
753 utils.create_dir(br_path)
    [all...]

Completed in 1583 milliseconds

1 2 34 5