Home
last modified time | relevance | path

Searched defs:filepath (Results 1 – 9 of 9) sorted by relevance

/test/vts/tools/vts-core-tradefed/src/com/android/tradefed/util/
DTargetFileUtils.java71 public static String getPermission(String filepath, ITestDevice device) in getPermission()
169 public static boolean isReadOnly(String filepath, ITestDevice device) in isReadOnly()
184 public static boolean isReadWriteOnly(String filepath, ITestDevice device) in isReadWriteOnly()
/test/vts/testcases/host/kernel_proc_file_api_test/
Dproc_utils.py80 def GetPermission(self, filepath): argument
145 def ReadFileContent(self, filepath): argument
/test/vts/utils/python/file/
Dtarget_file_utils.py41 def Exists(filepath, shell): argument
98 def ReadFileContent(filepath, shell): argument
/test/vts-testcase/kernel/ltp/
Dtest_cases_parser.py162 def ReadCommentedTxt(self, filepath): argument
/test/vts-testcase/kernel/ltp/testcase/tools/
Dltp_test_cases.py258 def ReadCommentedTxt(self, filepath): argument
/test/vts/drivers/resource/hidl_handle_driver/
DVtsHidlHandleDriver.cpp43 HandleId VtsHidlHandleDriver::CreateFileHandle(string filepath, int flag, in CreateFileHandle()
/test/vts/utils/python/mirror/
Dmirror_tracker.py241 filepath, argument
Dresource_mirror.py674 def _createHandleForSingleFile(self, filepath, mode, int_data): argument
/test/vts/drivers/resource/resource_manager/
DVtsResourceManager.cpp67 string filepath = file_desc_info.file_name(); in ProcessHidlHandleCommand() local