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

  /frameworks/native/cmds/installd/
commands.h 55 int free_cache(const char *uuid, int64_t free_size);
utils.h 131 void clear_cache_files(const std::string& data_path, cache_t* cache, int64_t free_size);
commands.cpp 517 /* Try to ensure free_size bytes of storage are available.
524 int free_cache(const char *uuid, int64_t free_size) {
533 ALOGI("free_cache(%" PRId64 ") avail %" PRId64 "\n", free_size, avail);
534 if (avail >= free_size) return 0;
546 clear_cache_files(data_path, cache, free_size);
549 return data_disk_free(data_path) >= free_size ? 0 : -1;
    [all...]
utils.cpp 977 void clear_cache_files(const std::string& data_path, cache_t* cache, int64_t free_size)
1002 if (data_disk_free(data_path) > free_size) {
    [all...]
  /frameworks/native/libs/binder/
MemoryDealer.cpp 346 const size_t free_size = free_chunk->size; local
349 if (free_size > size) {
363 const ssize_t tail_free = free_size - (size+extra);
  /build/tools/releasetools/
blockimgdiff.py 403 free_size = 0
434 free_size += sr.size()
440 free_size += sr.size()
549 stashed_blocks -= free_size
    [all...]
  /external/eigen/Eigen/src/SparseCore/
SparseBlock.h 154 Index free_size = m_matrix.isCompressed() local
158 if(nnz>free_size)

Completed in 289 milliseconds