Searched defs:executable (Results 1 - 3 of 3) sorted by relevance

/system/extras/simpleperf/
H A Denvironment.h53 bool executable; member in struct:ThreadMmap
/system/vold/fs/
H A DVfat.cpp127 bool remount, bool executable, int ownerUid, int ownerGid, int permMask,
138 flags |= (executable ? 0 : MS_NOEXEC);
126 Mount(const std::string& source, const std::string& target, bool ro, bool remount, bool executable, int ownerUid, int ownerGid, int permMask, bool createLost) argument
H A DExt4.cpp116 ALOGD("Not running %s on %s (executable not in system image)\n",
134 bool remount, bool executable) {
143 flags |= (executable ? 0 : MS_NOEXEC);
133 Mount(const std::string& source, const std::string& target, bool ro, bool remount, bool executable) argument

Completed in 365 milliseconds