Home
last modified time | relevance | path

Searched refs:clean (Results 1 – 5 of 5) sorted by relevance

/development/
DCleanSpec.mk47 $(call add-clean-step, rm -rf $(OUT_DIR)/target/common/obj/APPS/CorpApp_intermediates)
/development/host/windows/usb/api/
DBUILDME.TXT34 "cd" back into this directory, and execute "build -cbeEIFZ" to clean and rebuild
/development/host/windows/usb/winusb/
DBUILDME.TXT34 "cd" back into this directory, and execute "build -cbeEIFZ" to clean and rebuild
/development/host/windows/usb/adb_winapi_test/
DBUILDME.TXT34 "cd" back into this directory, and execute "build -cbeEIFZ" to clean and rebuild
/development/samples/browseable/DisplayingBitmaps/src/com.example.android.displayingbitmaps/util/
DDiskLruCache.java585 File clean = entry.getCleanFile(i); in completeEdit() local
586 dirty.renameTo(clean); in completeEdit()
588 long newLength = clean.length(); in completeEdit()