Home
last modified time | relevance | path

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

/development/build/tools/
Dmk_sources_zip.py138 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/
Ddivide_and_compress.py316 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/
Dunistd.h160 extern int acct(const char* filepath);
/development/ndk/platforms/android-9/include/
Dunistd.h169 extern int acct(const char* filepath);
/development/ndk/platforms/android-8/include/
Dunistd.h165 extern int acct(const char* filepath);