Home
last modified time | relevance | path

Searched refs:Compile (Results 1 – 7 of 7) sorted by relevance

/system/iorap/src/maintenance/
Dcontroller.h89 bool Compile(const std::string& db_path, const ControllerParameters& params);
93 bool Compile(const std::string& db_path,
100 bool Compile(const std::string& db_path,
Dmain.cc178 ret_code = !Compile(std::move(db_path), in Main()
184 ret_code = !Compile(std::move(db_path), std::move(*arg_package), arg_version, params); in Main()
186 ret_code = !Compile(std::move(db_path), params); in Main()
Dcontroller.cc452 bool Compile(const std::string& db_path, const ControllerParameters& params) { in Compile() function
458 bool Compile(const std::string& db_path, in Compile() function
467 bool Compile(const std::string& db_path, in Compile() function
/system/iorap/docs/binder/
DIIorap_setTaskListener.plantuml16 ' Compile with PlantUML:
/system/core/fs_mgr/libsnapshot/
DAndroid.bp348 // Compile the protobuf definition again with type full.
355 // Compile libsnapshot sources directly to avoid dependency
/system/chre/build/sys_support/qcom/
Dchre.scons250 # Compile chre_slpi.h from chre_slpi.idl, This is a prereq for the libchre_slpi_skel.so
/system/tools/aidl/
Daidl_unittest.cpp3435 void Compile(string cmd) { in Compile() function
3449 Compile("aidl Foo.aidl --lang=cpp -I . -o out -h out"); in TEST_F()
3458 Compile("aidl Foo.aidl --lang=ndk -I . -o out -h out"); in TEST_F()