Home
last modified time | relevance | path

Searched refs:Create (Results 1 – 25 of 68) sorted by relevance

123

/system/connectivity/shill/cellular/
Dcellular_error_unittest.cc70 brillo::Error::Create(FROM_HERE, in TEST_F()
79 brillo::Error::Create(FROM_HERE, in TEST_F()
88 brillo::Error::Create(FROM_HERE, in TEST_F()
97 brillo::Error::Create(FROM_HERE, in TEST_F()
106 brillo::Error::Create(FROM_HERE, in TEST_F()
115 brillo::Error::Create(FROM_HERE, in TEST_F()
132 brillo::Error::Create(FROM_HERE, in TEST_F()
141 brillo::Error::Create(FROM_HERE, in TEST_F()
150 brillo::Error::Create(FROM_HERE, in TEST_F()
159 brillo::Error::Create(FROM_HERE, in TEST_F()
[all …]
/system/core/libbacktrace/
Dbacktrace_test.cpp162 Backtrace::Create(BACKTRACE_CURRENT_PROCESS, BACKTRACE_CURRENT_THREAD)); in VerifyLevelBacktrace()
184 Backtrace::Create(BACKTRACE_CURRENT_PROCESS, BACKTRACE_CURRENT_THREAD)); in VerifyMaxBacktrace()
202 std::unique_ptr<Backtrace> backtrace(Backtrace::Create(getpid(), tid)); in VerifyThreadTest()
223 std::unique_ptr<Backtrace> backtrace(Backtrace::Create(getpid(), getpid())); in TEST()
271 Backtrace::Create(BACKTRACE_CURRENT_PROCESS, BACKTRACE_CURRENT_THREAD)); in VerifyLevelIgnoreFrames()
277 Backtrace::Create(BACKTRACE_CURRENT_PROCESS, BACKTRACE_CURRENT_THREAD)); in VerifyLevelIgnoreFrames()
283 Backtrace::Create(BACKTRACE_CURRENT_PROCESS, BACKTRACE_CURRENT_THREAD)); in VerifyLevelIgnoreFrames()
319 map.reset(BacktraceMap::Create(pid)); in VerifyProcTest()
321 std::unique_ptr<Backtrace> backtrace(Backtrace::Create(pid, tid, map.get())); in VerifyProcTest()
380 std::unique_ptr<Backtrace> ign1(Backtrace::Create(bt_all->Pid(), BACKTRACE_CURRENT_THREAD)); in VerifyProcessIgnoreFrames()
[all …]
DBacktraceMap.cpp135 BacktraceMap* BacktraceMap::Create(pid_t pid, bool /*uncached*/) { function in BacktraceMap
145 BacktraceMap* BacktraceMap::Create(pid_t pid, const std::vector<backtrace_map_t>& maps) { function in BacktraceMap
DBacktrace.cpp43 map_ = BacktraceMap::Create(pid); in Backtrace()
119 Backtrace* Backtrace::Create(pid_t pid, pid_t tid, BacktraceMap* map) { in Create() function in Backtrace
/system/sepolicy/
Dinstalld.te34 # Create /data/user and /data/user/0 if necessary.
54 # Create /data/.layout_version.* file
58 # Create files under /data/dalvik-cache.
62 # Create files under /data/resource-cache.
124 # Create and use pty created by android_fork_execvp().
Dinit.te30 # Create /dev/fscklogs files.
45 # Create and mount on directories in /.
52 # Create and remove symlinks in /.
58 # Create cgroups mount points in tmpfs and mount cgroups on them.
71 # Create directories under /dev/cpuctl after chowning it to system.
130 # Create /data/security from init.rc post-fs-data.
226 # Create sockets for the services.
230 # Create /data/property and files within it.
253 # Create and access /dev files without a specific type,
Dinstall_recovery.te23 # Create and delete /cache/saved.file
Dwpa.te22 # Create a socket for receiving info from wpa
/system/core/include/backtrace/
DBacktraceMap.h50 static BacktraceMap* Create(pid_t pid, bool uncached = false);
52 static BacktraceMap* Create(pid_t pid, const std::vector<backtrace_map_t>& maps);
/system/core/libbinderwrapper/
Dbinder_wrapper.cc29 void BinderWrapper::Create() { in Create() function in android::BinderWrapper
/system/core/include/ziparchive/
Dzip_archive_stream_entry.h33 static ZipArchiveStreamEntry* Create(ZipArchiveHandle handle, const ZipEntry& entry);
/system/nativepower/daemon/
Dmain.cc42 android::BinderWrapper::Create(); in OnInit()
/system/update_engine/payload_generator/
Draw_filesystem.h32 static std::unique_ptr<RawFilesystem> Create(
Draw_filesystem.cc27 unique_ptr<RawFilesystem> RawFilesystem::Create( in Create() function in chromeos_update_engine::RawFilesystem
/system/core/include/binderwrapper/
Dbinder_wrapper.h40 static void Create();
/system/core/libnativeloader/
Dnative_loader.cpp58 android_namespace_t* Create(JNIEnv* env, in Create() function in android::LibraryNamespaces
281 android_namespace_t* ns = g_namespaces->Create(env, in CreateClassLoaderNamespace()
313 ns = g_namespaces->Create(env, class_loader, false, library_path, nullptr); in OpenNativeLibrary()
/system/nativepower/example/
Dpower_example.cc47 android::BinderWrapper::Create(); in main()
/system/core/libutils/
DCallStack.cpp44 std::unique_ptr<Backtrace> backtrace(Backtrace::Create(BACKTRACE_CURRENT_PROCESS, tid)); in update()
/system/bt/service/
Dadapter.h66 static std::unique_ptr<Adapter> Create();
Ddaemon.cpp120 adapter_ = Adapter::Create(); in Init()
/system/update_engine/
Ddaemon.cc52 android::BinderWrapper::Create(); in OnInit()
/system/tpm/trunks/
Dtpm_generated.cc9440 scoped_ptr<crypto::SecureHash> hash(crypto::SecureHash::Create( in SerializeCommand_Startup()
9561 scoped_ptr<crypto::SecureHash> hash(crypto::SecureHash::Create( in ParseResponse_Startup()
9676 scoped_ptr<crypto::SecureHash> hash(crypto::SecureHash::Create( in SerializeCommand_Shutdown()
9797 scoped_ptr<crypto::SecureHash> hash(crypto::SecureHash::Create( in ParseResponse_Shutdown()
9912 scoped_ptr<crypto::SecureHash> hash(crypto::SecureHash::Create( in SerializeCommand_SelfTest()
10033 scoped_ptr<crypto::SecureHash> hash(crypto::SecureHash::Create( in ParseResponse_SelfTest()
10148 scoped_ptr<crypto::SecureHash> hash(crypto::SecureHash::Create( in SerializeCommand_IncrementalSelfTest()
10270 scoped_ptr<crypto::SecureHash> hash(crypto::SecureHash::Create( in ParseResponse_IncrementalSelfTest()
10391 scoped_ptr<crypto::SecureHash> hash(crypto::SecureHash::Create( in SerializeCommand_GetTestResult()
10510 scoped_ptr<crypto::SecureHash> hash(crypto::SecureHash::Create( in ParseResponse_GetTestResult()
[all …]
/system/media/brillo/audio/audioservice/
Daudio_daemon.cpp103 android::BinderWrapper::Create(); in OnInit()
/system/core/crash_reporter/
Dcrash_reporter.rc20 # Create crash directories.
/system/connectivity/shill/init/
Dshill.conf.in49 # Create state directory
52 # Create storage for the shill global profile.

123