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

  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/
util.py 6 def cleanFile(filename):
20 cleanFile(name)
28 cleanFile(name)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/
util.py 15 def cleanFile(filename):
29 cleanFile(name)
37 cleanFile(name)
  /tools/tradefederation/core/src/com/android/tradefed/result/
FileInputStreamSource.java 72 cleanFile();
87 public void cleanFile() {
  /external/libcxx/utils/libcxx/
util.py 42 def cleanFile(filename):
56 cleanFile(name)
64 cleanFile(name)
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/test/libcxx/test/
format.py 99 libcxx.util.cleanFile(exec_path)
139 libcxx.util.cleanFile(object_path)
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/test/libcxx/test/
format.py 112 libcxx.util.cleanFile(exec_path)
153 libcxx.util.cleanFile(object_path)
  /external/libcxx/utils/libcxx/test/
format.py 156 libcxx.util.cleanFile(exec_path)
206 libcxx.util.cleanFile(object_path)
  /prebuilts/go/darwin-x86/src/cmd/go/
clean.go 92 var cleanFile = map[string]bool{
205 if cleanFile[name] || cleanExt[filepath.Ext(name)] || toRemove[name] {
  /prebuilts/go/linux-x86/src/cmd/go/
clean.go 92 var cleanFile = map[string]bool{
205 if cleanFile[name] || cleanExt[filepath.Ext(name)] || toRemove[name] {
  /tools/tradefederation/core/tests/src/com/android/tradefed/device/
NativeDeviceTest.java     [all...]
TestDeviceFuncTest.java 118 f.cleanFile();
    [all...]

Completed in 3605 milliseconds