Searched refs:filepath (Results 1 – 5 of 5) sorted by relevance
/development/build/tools/ |
D | mk_sources_zip.py | 138 filepath = os.path.join(srcdir, filename) 139 if filename.endswith(".java") and os.path.isfile(filepath): 140 pkg = checkJavaFile(filepath) 142 verbose("No package found in %s", filepath) 150 verbose("Ignore package %s [%s]", pkg, filepath) 156 copy(p, filepath, pkg) 160 elif os.path.isdir(filepath): 162 parseSrcDir(p, filepath) 187 def copy(p, filepath, dest_pkg): argument 188 arc_path = os.path.join(TOP_FOLDER, dest_pkg, os.path.basename(filepath)) [all …]
|
/development/scripts/ |
D | divide_and_compress.py | 316 def AddFileToArchive(self, filepath, compress_bit): argument 329 if os.path.isfile(filepath) and not os.path.islink(filepath): 330 if os.path.getsize(filepath) > 1048576: 331 print 'Warning: %s is potentially too large to serve on GAE' % filepath 335 archive.write(filepath, filepath[len(self.base_path):])
|
/development/ndk/platforms/android-3/include/ |
D | unistd.h | 160 extern int acct(const char* filepath);
|
/development/ndk/platforms/android-9/include/ |
D | unistd.h | 169 extern int acct(const char* filepath);
|
/development/ndk/platforms/android-8/include/ |
D | unistd.h | 165 extern int acct(const char* filepath);
|